Question

ETM Dot Notation

  • 9 May 2024
  • 1 reply
  • 9 views

Hi all,

How can I find the name of the fields I need to reference in ETM via dot notation? 
For example, if I am in a datamapper where the assyst Resource is Event I would reference the outbound value of the Event id as outbound,self.id. If I want to reference the status I would use outbound.self.eventStatusEnum. This is not obvious to me. I would think it would be outbound.self.status or something similar. What I am looking for is a reference guide or any way to find every attribute of every object.
Thanks.

Trevor


1 reply

Update. I was referred to the EJBs on the ETM server access via this URL.

 

localhost:<port>/assyst/assystEJB/<object>/fields.

Reply