Hi Abhinay,
I am not able to set the current date time to the custom field using business rule:
Could you please help on this. Please find the details below.
I tried in my personal instance so many ways.
1. Before--> insert or update
2. Before-->...
I tried in my personal instance so many ways.
1. Before--> insert or update
2. Before--> insert
3. Before --> Update
3. After -->insert
4. After --> update
5. After --> insert or update
When state changes to closed complete, the resolved date fie...
Table:
Requested Item(sc_req_item)
Business Rule:
After - update
Condition:
state changes to resolve
Code:
//gs.addInfoMessage("Resolved field update=" +gs.nowDateTime());current.u_resolved_on_date=gs.nowDateTime();current.update();
As you said, ...