Dear,
You could create a view off of your smart object, list view.
keep your radio button list, with the display name as you wish, and the value of the record "ID" as "value"
and when selecting from drop down list, transfer this id to the list view of contacts info, and use load method or get list method via the ID sent from the radio button list.
Hint: Methods should be declared in the form rules level, since they are seperated views, and the design will be a bit different than what you descriped since they are seperated views.
Hope it helps
Regards
Nice! Thank you very much.
What I've got is that until now is when I select the radio option on the Radio group is doing the Get List Method.
But I'm having problems with the filtering.
What parameters should I pass?
Thanks!
Hi AaronAcosta1,
Let suppose you have Radio button Group in Datasource settings with Display name "FirstName LastName" and value with unique Id for it.
Now in GetListMethod for InPutMappings under Input Properties do the following goto contextBrowser which will be available on R.H.S.
Expend Tree having root as your "View Name" Expend Contols
Here you will get control for RadioButton, Drop this control to next to input property Field which is same as ID in your Radio Button Group
Example
In Your RadioButton Group if your DataSource SMO is having Fields "Full Name" and "UserId "(userId as value), then you need to Mapp "Radio button group" Control with Field userId in Input Property Field