You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

PPR name sequence

We are working with a custom object named ttdpprseq__c and have a field Name_c where we need to set a custom sequence value generated through Groovy logic. The Groovy logic executes successfully and assigns the expected value to the field when testing from the Application Composer.

However, when trying to bind this value using an EL expression in Page Composer (e.g., #{bindings.Name_c.inputValue} or #{bindings.ttdpprseq__c.currentRow.Name_c}), the value does not render correctly. Instead, we are seeing a string like "this is the value returned while test" or just ".

We attempted accessing the field through different approaches using bindings, structure, and select options within the EL editor, but none of them return the correct runtime value from the Name_c field.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!