Hi,
I’m struggling to find how to get a custom field value with our LUA scripts.
Normally - to get a value we do something like this:
ASSYSTREST:get("Event",EVENT_ID, "richRemarks.content" )
However, how do a specify the shortcode of a custom field value I want to pull?
I tried something like this, but it didn’t work:
ASSYSTREST:get("Event", EVENT_ID,{customFields={customFieldShortCode="NEW AUTO PAGE OUT"}})
Thank you.
Martin