Hello Consultants,I've a question - is it possible to create a Flex Rule to populate a Custom Field associated to an Entity/Class?Appreciate your help!
Hi Jagadeep,
Yes it is possible. Custom field values live on r5propertyvalues, and I recommend using the following function when populating a custom field:
o7prop.store_value(custom field code, entity, value, class, class org, record code, datatype, date format [null if not date])
Example: o7prop.store_value('NONCOMPL', 'EVNT', 'COMPLIANT', '*', '*', '123456', 'CHAR', null)
I hope this helps. Let me know if you have any questions!
Thanks,
Jaime Sanchez
Thanks a lot Jaime, this worked for our requirement 😀