Friday, October 23, 2009

Service-Now UI Actions

So, I was programming today and we found a little bug on the Service-Now implementation that we are doing.  We created a UI Action (javascript) to make a copy of many of the details in our Change Request record into a brand new Change Task record and this appears to work without any issues.

What I am noticing is that, on the "New" button task, after I fill in all of the details, I have a business rule (for both sides) that should be assigning an approval to requested for the resource identified in the Change Task.  Again this works for our custom action (though this is running as a business rule in the before update status).

If I put in debugging code, I can see that it is supposed to be hitting all of the major components of the add approval code and is passing in the right parameters.  When I do this from other processes that kick off this business rule, it works without error ...

Any thoughts?

No comments:

Post a Comment