How to change view from Selection Window to List in Virtual Column?
I'm trying to create virtual column lookup. But, the result is the lookup view by default open with Selection Window, in other side I want to change to list.
How to implement this functionality?
Like
Hi Ahmad,
You can add "isSimpleLookup" to the virtual lookup attribute to make it a drop-down instead of a popup lookup window.
Example:
"TypeLookup": { dataValueType: Terrasoft.DataValueType.LOOKUP, isSimpleLookup: true, referenceSchemaName: "AccountType" }
Ryan
Hi Ahmad,
please refer to this link where the same question is explained
https://community.creatio.com/questions/convert-comboboxedit-gridlist-o…
P.S. It will be much easier to create lookups and choose the required view in Lookup Settings. Please check the example below :
Best Regards,
Bogdan L.
Hi Ahmad,
You can add "isSimpleLookup" to the virtual lookup attribute to make it a drop-down instead of a popup lookup window.
Example:
"TypeLookup": { dataValueType: Terrasoft.DataValueType.LOOKUP, isSimpleLookup: true, referenceSchemaName: "AccountType" }
Ryan
Ryan Farley,
Thank you Ryan, this is what I was looking for.
Bogdan Lesyk,
Hello Bogdan, I actually created a virtual column. So i can't change the configuration through page setup.