How do you add dynamic drop down to a property where the data for the drop downs comes from another object that may or may not be related to the Base ? For Example on the HelpDesk ticket I have a field called branch location which needs to show all branch location that is stored on another form called branch Master.
Hi,
If I understand correctly, it sounds more appropriate to use a relationship.
In your page with the form for adding a ticket, you can use a ārelation selectorā fragment to select which branch to associate with the ticket.
(If necessary, you could still then use rules to copy information into ticket properties.)
Paul
Hi Paul
Thank you for your input. What if no relationship exists. Is it possible to do so in liberty create ?
I came across this Dynamic Record Selector - Netcall Community which seems like it allows to do so. But I am only able to access composite entries when the object is not related.
Best Regards
Osborn
Hi Osborn,
Good find, if that is what you are after.
In that Code Studio Presenterā¦
It looks like the āFilter fieldā setting is being restricted to single line text with this line in the code of main.js:
field_format:[āstringā],
You could try commenting out/removing that line in the Presenter code.
Obviously, some base formats might not be supported by the Presenter.
Paul
Hi Paul
That was it. Thank you !
Best Regards
Osborn