Hi ,
I have a query.
We have a development where, we need certain fields in Attachment assignment block , to have dynamically calculated values.
The field "FILENAME" for example, should be populated with a custom generated unique ID.
I am trying to set the values in do_prepare_output (component GS_CM, view DOCLIST).
But the set_property does not set the values.
I even tried calculating the ID in getter method of the field FILENAME, and then calling the setter method forcefully passing the calculated value.
Even then the values would not be set.
I tried setting the value in few other event handlers .
Nothing works.
Any lead to proceed further will be helpful and appreciated.
Thanks,
Ramya