How to get the unique identifier for the database viewQuestionThe customer has set up a declarative action for their UI Builder to extract selected records from a table by sys_id. This works great for any table that has sys_ids, but it does not work for database views because there is no sys_id for the database view. How to get the unique identifier for the database view?AnswerThe issue is due to how the database view works, which mixes different records and results in a unique identifier that is not a standard sys_id. The customer needs to use the unique value identifier. Something similar like this "__ENC__MDZjMDgzNzRkYmQwNDAxMGY3Nzc1MjZhZGM5NjE5ZGU". That will be the sys_id for the database view