Hello,
I added a dialog field like below, concern is that it does not show the proj id of the legal entity i want to see.
Please suggest for the following.
a>What amendments to make to below code to show proj id of all the companies.
b>If a is not possible then what amendments should be made so that it shows the proj id of company user selects in the dialog.
dialogGroup = dialog.addGroup("Company"); dialogfield = dialog.addField(extendedTypeStr(LegalEntity)); dialogGroup = dialog.addGroup("Projid") dialogfield = dialog.addField(extendedTypeStr(ProjId)); // How to ensure that projid drop down in dialog either shows proj id for all companies or company selected by user