Hi All,
Is there is any possibility for pop up from interface field.
I have a requirement, that when I click on link field I should get a pop up. Pop up should contain a form or section.
Thanks
Pradeep
Discussion posts and replies are publicly visible
You can use button widget to achieve it (like below) a!buttonWidget(label: "Button",confirmheader: "Thanks for clicking",confirmmessage: "Click, Okay!",saveInto: {},style: "LINK",confirmButtonLabel :"Okay",cancelButtonLabel :char(10))
Hope this helps!
try to use
a!recordActionField( actions: a!recordActionItem( action: recordType!PF Goal.actions.newGoal ), align: "END" )
It's a 5 year old post.