Question

Getting Custom Field Value with AssystREST via LUA Script


Userlevel 1
Badge +6

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


0 replies

Be the first to reply!

Reply