custom database index does not included into update set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 02:58 AM
Hello,
I have custom table with fields f1, f2
I have to prevent duplicates in table among all records (duplicates of full pair values, not among f1/f2 fields separately)
I creates Database Index for pair (f1, f2)
Looks good, but now I cannot see this index into my Update Set.
Does such behavior is correct? If yes how can I move my custom table index from development instance to production instance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 04:03 AM
Hi Anton,
You can not capture indexing in an update set. You need to do it manually in prod instance.
Thanks,
Param
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 06:07 AM
Thank you for your response!
I need approach witch can be distributed via Update Set (I have no access for production instance)
I think about Business Rule, but sometimes it execution can be avoided (updates via scripts for example).
Can I performs other approach for such checking?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2019 05:20 PM
This feature was introduced within the Helsinki release
Please refer to the following documentation: