How to add custom field from the requests page (requests_page.hbs) in the table overview?
回答済みI am trying to change the custom theme used in the guide.
I want to add one of the custom fields from the requests page (requests_page.hbs) in the table overview. So far I haven't been able to correctly add the user field. I have managed to obtain the custom field Id and I'm trying to access the value through its ID but the editor returns "not possible to access `custom_fields` in `custom_fields.360007742477`".
Does anybody know how to access the custom fields?
-
Hi Thom -
I see that you received an answer in a private ticket, but am sharing the answer here in case any other users have the same question and come across this post:
Only objects defined within the request object can be accessed. You can see a full list of the available objects in our developer documentation here. The Activities List table cannot be accessed with custom fields as it is not available as an object for use in the requests_page.hbs file.
This is also touched on in our article: How can I add content to the Help Center Request list page activities?
サインインしてコメントを残してください。
1 コメント