07-21-2014 05:10 AM
Hi All,
I have a custom smart part where I have a lookup control.
The lookup entity is set to "User"
now I only want the lookup to show users of type "Network" and "Concurrent".
I tried to create a lookup prefilter for this, but I always get the message back, that my value could not be found in the enumeration.
I tried "N", "'N'", "Network" for the value, nothing works.
thanks! Alexander
07-21-2014 06:20 AM
The value in the EnumDataTypeItem Collection Editor is 0 for Network. Can you try 0 and see if it works.
07-21-2014 11:06 AM
Hi,
Where do you have those numbers from?
It seems to work for network, I saw an other post where someone posted some numbers to exclude, I tried this one.
Just wanted to know whee those numbers are defined!
Thanks! Alexander
07-21-2014 11:18 AM
In Application Architect, look at the User Entity and select Type from the Entity Properties. Type is an Enum.
In the Properties window for the Type Field Property, under Data Type there is a collection for Items.
In Items there are 8 Members defined for the EnumDataTypeItem collection.
From 0 to 8 these are defined as:
Network
Remote
Web
WebViewer
Concurrent
Retired
Template
AddOn
Admin
Regards,
Collin
07-22-2014 11:58 AM
Hi,
Thanks this helped a lot! Great to know where to find this!
Regards! Alexander