User Activity
I am wondering if it's possible to show a different list view on a embedded list for different table. In my use case, there a relationship(change(applies to table) -> conflict(queries from table)); this embedded list is used in both change and custom...
08-12-2025
Hi,There is a requirement to find the all recurring and non- recurring schedule entry record that conflicts with change request schedule.I have found the logic for non-recurring schedule:After BR on conflict table: var sysId = current.change; var...
07-22-2025
Hi,There is requirement to get the schedule entry record, which cause conflict to schedule on change request. For this, tried creating BR on conflict table whenever any conflict is created/updated due to change request schedule, to get the overlap sc...
04-15-2025
Hi,How to call the OOB conflict detection ui macro on custom ui action and hide the oob ui macro for specific condition like domain is abc in custom change request table.Thanks
Hi,There is a custom table extending change request, some custom fields like Domain(choice), Data Center(List) are added. New Conflict type should be added as Data center already scheduled. This data center conflict detection should only work for tha...