Requisition Approval Display Issue

 2 Replies
 0 Subscribed to this topic
 12 Subscribed to this forum
Sort:
Author
Messages
Robert Spurr
Veteran Member Send Private Message
Posts: 130
Veteran Member
I have a modified RQ10 that is used to display the requisition information for approval purposes and this has work just fine for years, however recently an issue has arisen that I'm having difficulty resolving.  We are a multi-company system and when an approver opens the first requisition for approval (no issue), if they open others within the same company (no issue), however if they open one from a different company no lines appear. I tried passing additional information like company and even tried to force a refesh in the INIT function but so far no luck.

Does anyone know of a way to force the Ctrl-Shift-K function through scripting?  Or does anyone have any thing helpful I can try?

Thanks
Robert
David Williams
Veteran Member Send Private Message
Posts: 1127
Veteran Member
tranMagic.clearFormData() will clear out your form fields.
David Williams
Robert Spurr
Veteran Member Send Private Message
Posts: 130
Veteran Member
Thank you. It took some trial and error before it worked but I placed it in the OnTerminate of the form and it did the trick.