cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1311
Views
0
Helpful
3
Replies

Form Behaviour "When Form Is Submitted"

Kirtesh Dusara
Level 1
Level 1

Form Behaviour "When Form Is Submitted"

When the form is submitted any script manager ISF assigned to this form behaviour is triggered. However, does the same script get triggered during approve/reject actions.

I have experienced that sometimes it does and sometimes it doesn't.

Please advise. Thanks in advance.

3 Replies 3

James Fuller
Level 1
Level 1

Each of those actions are essentially performing the same event just sending different data to the application.  They should all be performing a submit event for each approve, reject, update, done or order button that is clicked.

Do you segregate your script based off of system moment?  This may be a possibility as to why it only executes at certain points in the request lifecycle.

Kirtesh Dusara
Level 1
Level 1

I agree - I thought that this was the case, however, I have found that the script does not execute when you click on the [Approve] button - but if I click [Update] button the script executes.

Strange!

Can anyone shed some light on this please.

Emir E
Level 1
Level 1

UPDATE:    POST the data to: /RequestCenter/myservices/requisition.do?....

APPROVE: POST the data to: /RequestCenter/myservices/authorizationservices.do?&formAction=approve

They are different components of the app handling the 2 different POSTs

Review Cisco Networking for a $25 gift card