Bodie Minster
- Archer Employee
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 18
Activity overview
Latest activity by Bodie Minster-
Bodie Minster commented,
Official comment The SQL in that article already includes the content ID. By Content Name, I assume you are referring to the value of the key field for that content record? If so, the level of effort required to pu...
-
Bodie Minster commented,
The behavior you are observing in pre-prod is consistent with what I would expect. If it's off layout, you shouldn't be able to retrieve its value using getFieldById() because no field with a match...
-
Bodie Minster commented,
There must be something I'm missing. To confirm: The JavaScript is contained inside a custom object The field you are trying to access is configured as "off layout" in Application Builder When the ...
-
Bodie Minster commented,
Off layout fields will not be rendered in the page output, so they won't be accessible to a custom object. If you want to retrieve a value for an off-layout field, you can do it by using the curren...