09-17-2019
11:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-17-2019
11:19 AM
Custom iProps can be what ever type that is available when you go and add one manually.
You can use the object type instead of variant to make it generic.
Keep in mind the iproperty type will change depending on what type of value you assign ex: assigning "123" and 123 will change the iproperty type automatically between string and number.
Was my reply Helpful ? send a Kudos or accept as solution