Opties
- Als nieuw markeren
- Bladwijzer
- Abonneren
- Dempen
- Abonneren op RSS-feed
- Markeren
- Afdrukken
- Ongepaste inhoud melden
op 06-09-2022 09:52 PM
Hello Guys,
When ever a record gets inserted on incident table a datetime field is populated with current date and time.
I have a field on the incident form which has type date/time.
For that I have created the Before Business rule of insert type. Below is my code:-
// Add your code here
var dateTime = new GlideDateTime();
current.setValue('u_request_received_date',dateTime);
current.update();
Now I don't want to use current.update() method. And if I remove this, it does not work.
Please help me with this one 😞
Note: I need to use only Business Rule.
Opgelost! Ga naar oplossing.
Labels:
- Labels:
-
Incident Management