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!
1jsanchez · Dec 17, 2021 · Edited: Dec 17, 2021Hi 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])
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])