Currently I was able to get data from Order object using Odata calling "OrderCollection". Order is connected to Account object. Now I want to retrieve account details also. Is it posible to achieve this by having one request only from "OrderCollection" no need of calling "OrderCollection" then "AccountCollection". Any idea how can i achieve this?
Any idea in Mobile how can I add custom field in Case attachment. This custom field will be a lookup field, user is required to select value from this field before uploading the attachment.
I have this scenario that I need to achieve in mobile
- In Case page I have "Department" lookup field, this "Department" lookup field is linked to "Department" object.
- "Department" object has "PrimaryContact" lookup field which is linked to "Contact" object
- Now when creating a case, once the user selects Department, the "Assignee" field should be auto populated based on the Department's PrimaryContact value.
Any idea how can i achieve this? Thanks in Advance
Any idea how can i enable the status field in mobile case page. I already tried to modify the MobileCaseRecordPageSettingsDefaultWorkplace file and add enable = true under Status but still it is disabled.
Hi, How am I able to return a value of a Lookup (the Name) using ESQ, JS? I have defined the Lookup as an attribute: "DevCertPublicationFrequency": { DataValueType: Terrasoft.DataValueType.LOOKUP, }, I have the following function: getLookupValue: function (DevCertPublicationFrequency, safe) { var column...MoreLess