Showing Fire notification message from Translation Bundle
Summary
Showing Fire notification message from Translation BundleContent
Hello Experts,
I am trying to show my fire notification message from Translation bundle. It works well if the message is simple like "Records fetched successfully". But if want to show any message where I want to pass some variable as parameter in the message, it does not work
ex- If i want to show Number of records fetched successfully which comes from my ADP myADP.data.length
Working message - "fireNotification1_message_c704": "Records fetched successfully",
"@fireNotification1_message_c704": {
"description": ""
}
Not working - "fireNotification1_message_6d84": "[[ $page.variables.getMappingsADP.data.length + ' : ' + ' Records fetched successfully' ]]",
Tagged:
0