Creating a Custom Table and configure an email Notification to trigger to an Assignment Group

Fredy Voke
Tera Contributor

is it possible to create a custom table and configure an email notification to trigger to assignment group once any request is been submitted from the custom table, the client does not want any RITM or Task to this custom table.

 

I need to configure email notification field to automatically populate the email address of the Requested For user to this request, I created the custom table and also created a record producer with the same field names but still trying to figure out how to configure the requested for and email field.

 

Thanks

2 ACCEPTED SOLUTIONS

nayanmule
Tera Guru

Hi @Fredy Voke ,

 

Yes, you can definitely achieve this. If you have already created a custom table and mapped it to a record producer then here's a simple way to achieve the notification.

 

Create a Standalone notification- 

1. Go to the System Notications table and create a new notification.

2. Once you click on create new notification , select the custom table that you have created and add the trigger condition like on insert , active is true something ..

3. In the 'Who will receive' tab click on the Users/Groups in the fields andd select the requested for .

 

 

4. In "What it will contain" , add the subject and body of your wish . You can also add the fields from the table in the body of your email.

Click Submit and test your notification in the email logs.

 

If my response was helpful to you , please mark it as helpful and accept the solution.

 

Regards,

Nayan

 

View solution in original post

Hi @Fredy Voke 

 

For requested-For you can use this step:

 

Mohammed8_0-1765784513584.png

 

Go to dictionary in default value:

 

Mohammed8_1-1765784622294.png

 

Regards,

Mohammed Zakir

View solution in original post

23 REPLIES 23

Hello Mohammed, I struggled through it, trying to figure out how to get it to function utilizing other resiurces too. I just completed it. but honestly your resources and assistance was so helpful - Thank you!

Yes , if you are in Zurich release you can go the field dictionary and set the default value like this

nayanmule_0-1765784659505.png

If this option is not available , you can simply add this code in the default -

javascript:gs.getUserID()

 

Regards,

Nayan

 

Once you get this , you can simply add a email field using form layout and bring directly the reference field instead of creating a new field.

 

nayanmule_1-1765784895222.png

 

Ok, will do. Thanks

I tried searching for the caller + options on the available list but did not see it neither was there Email

FredyVoke_2-1765806680429.png