Function (user) - Error using function user in SAIL expression

Hi everyone,

I have the following SAIL expression:

a!textField(
    label: "Nome",
    labelPosition: "ADJACENT",
    value: if(isnull(ri!policyCustomerInformation.policyCustomerName), "", rule!CR_getUserFirstName(ri!policyCustomerInformation.policyCustomerName)),
    readOnly: true

)

When I try to use an expression rule to retrieve the user firstname an error is triggered. Is it possible to call an expression in SAIL that call the user function to retrieve one user property?

Thanks in advance

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data