Tag Archives: aps package domai list box in subservice

Domain list or a dropdown box for a domain in Subservice of APS package

we can do this using value of settings. # create domain list box in subservice using the following <setting type=”list” id=”domain” element-type=”domain-name”> <name>domain name</name> </setting> # in subservice again create a hidden field with type “list” as below. here use the value of settings <setting type=”list” id=”subdomain” element-type=”string” value-of-setting=”domain” protected=”true” visibility=”hidden”> <name>Subdomain list</name> </setting> #… Read More »