Ui builder allows a developer to hand over information from one component to another. What kind of parameter is used to achieve this?

DevtoSME
Giga Guru

cannot find content on UI builder fundamentals course. need assistance for micro cert test 

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Hi Joyea, you can use properties and events to communicate between components in UIB. You can bind the payload of an event (component output) to the property (input) of another event through a client state parameter (think page scratchpad).

View solution in original post

5 REPLIES 5

Jaspal Singh
Mega Patron
Mega Patron

Client State Parameters. Refer link

thank you. 

this was one of the mujlti choice options

;o) Thank you Jaspal Singh for including the "Client State Parameters" link that gave more clarity. Awesome-Sauce! 

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Hi Joyea, you can use properties and events to communicate between components in UIB. You can bind the payload of an event (component output) to the property (input) of another event through a client state parameter (think page scratchpad).