Set assignment group default in Unique certification for Certificate Management
						
					
					
				
			
		
	
			
	
	
	
	
	
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 06:46 AM
Hi Everyone
I am trying to do the following:
Setting the Assignment Group on the Unique Certificate to <Level 3 - Operations>:
Do i do this via a flow or can i do it by making the default value in the configure dictionary of the field ? 
In the instance i am working in the assignment group field for Cert Management has been labelled as 'Change Group' and when going to the label part of configure dictionary there is many entries and i do not want to make this change for everything only for the unique certification part of Cert Management. 
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 11:25 AM
Have you figured this out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2024 04:53 AM
I Hope this explanation is useful to your requirement,
We can use the Business rule and workflow,
if you want to set the Assignment Group for a specific condition (like for the Unique Certificate in Cert Management) without affecting other instances of the Assignment Group field
Use a Business Rule
A business rule can be created to set the Assignment Group based on specific conditions. Here’s how you can do it:
- Navigate to Business Rules: Go to System Definition > Business Rules. 
- Create a New Business Rule: Click on "New". 
- Configure the Business Rule: - Name: Give it a descriptive name (e.g., "Set Assignment Group for Unique Certificate").
- Table: Select the relevant table for Cert Management.// your table name
- When: Choose "Before" or "After" based on when you want the Assignment Group to be set.
- Condition: Add a condition to check if the record is for a Unique
- Certificate.current.assignment_group = 'sys_id_of_Level_3_Operations';
 
- Active: Ensure the business rule is active. 
- Save: Save the business rule. 
Best Regards,
Mule Syam,
