Skip to content

v25.10.21

Latest

Choose a tag to compare

@Lepisto123 Lepisto123 released this 23 Oct 05:48
3d77c34

Release Notes 25.10.21.1 - Released on 21.10.2025

JS Library
Custom Page - Open From Ribbon parameters
Parameters successCallBack and errorCallBack were added to the JavaScript functions JsLib.UI.CustomPage.OpenFromFormRibbon and JsLib.UI.CustomPage.OpenFromGridRibbon which opens the custom page to handle cases where some functionality needs to be executed after the custom page has completed its task. For example, the custom page may act as a dialog whose response determines which action should be performed next. Parameters are not mandatory.

Release Notes 25.9.26.2 - Released on ### 26.9.2025
PCF
FM Custom Label
Component for showing custom texts on the form

image-20250926-100659.png
Parameters

Set to Singleline.Text - field

Label Text

Text to show

Make it bold?

True/False

Make it italic?

True/False

Good to know

The configurator shows an error label if you paste text longer than 100 characters, but you can still save the text. The error does not prevent saving.

image-20250926-145853.png

Release Notes 25.9.19.1 - Released on ### 19.9.2025
Helper Actions
FetchXML Helper API
API that can be used from anywhere for fetching data with fetch xml. Helpful with complicated queries in canvas app & custom page.

Parameters

Input

FetchXML

Fetch xml query. Use FetchXML Builder for building queries

Output

output

Fetch xml query response with some formatted values

Testing
To find out the names of the properties in the response, use Custom API Tester

image-20250919-080027.png

Using
Add Environment connector to your app

image-20250919-082207.png

Call Environment.fmfi_fetchxmlhelperapi with your fetch xml -parameter

image-20250919-080455.png
Loop result with ForAll,ParseJSON and convert to table. Set also properties and convert the values if needed.

image-20250919-080708.png