Dialog box or pop Up in Interface without using record action / process model

Certified Associate Developer

Hello Everyone

I want to achieve POPUP/Dialog Box in Interface without using Process model is there any way to achieve this within interface without using record action or process model ? 

for now i am only using a!dynamicLink function for  show/hide option but for many USE Cases , POP UP would be the best option! 

Thanks ,

Raj Thakor

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to janakiramk524063

    my prior suggested workaround is probably the only current (supported) solution.  as far as a "stretch case" solution, you don't strictly *have* to call a record action in relation to an actual item in a record type - for instance you could call a record action and pass in arbitrary data that does something completely unrelated.  I wouldn't be surprised if someone had staged a whole "fake" record type (like with a single "dummy" entry with id "1") merely to be a container for record actions that could be called in a dialog.  I haven't gone that far myself yet (so can't make any promises as to the feasibility), but i've been sorely tempted here and there.

Children
No Data