Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

UI Builder - How do i fetch the current sys_id of the case in view (contextual side panel)

Thomas Yong
Tera Contributor

Hi,
I am very new to ServiceNow and would appreciate any help😀. Currently working on the CSM/FSM Configurable Workspace.

In UI Builder, when i interact and open a case record, how do i go about to make it such that the sys_id of the current case record is being populated onto a stylized text component.

As of now, i am only able to populate the sys_id of whichever case number that populates in the 'Look Up Record' data resource. It does not display the current cases' sys_id. 

Would appreciate any form of aid in this! Thanks 😀

3 REPLIES 3

JHughes62
Tera Expert

@Thomas Yong hi, we have the exact same issue, did you manage to resolve this?

Thomas Yong
Tera Contributor

@JHughes62 hey, not much progress in this... am still in the midst of figuring out this 😔

sanna3
Tera Contributor

This post might be helpful:
https://www.servicenow.com/community/next-experience-forum/configurable-workspace-gt-contextual-side...

 

Basically, you might be able to use @Data.gform.nowRecordFormBlob.sysId  if your page has a Glide Form data resource. Or @context.props.sysId