You can hide the default buttons on the form using workflow configuration keys.
Precisely Software Inc.
Original Message:
Sent: 07-13-2023 00:35
From: Obada Halawik
Subject: Populate customer number to solution feild
Hi Hammad,
it worked like a charm :), thanks a lot for your support. I noticed there is no way of removing the default form button Save And Rout!
------------------------------
Obada Halawik
Alfanar Co.
Original Message:
Sent: 07-12-2023 09:38
From: Hammad Naeem
Subject: Populate customer number to solution feild
Hi Obada,
Can you try below mentioned javascript code on Create_Customer_sap Button :
-----------------------
if ($form.getValue('/my:myFields/my:Mobile_No_') !== '') {
callbackFirst(setTimeout(callbackSecond,2000));
function callbackFirst(callbackFn) {
$form.executeWebService('XD01');
callbackFn();
}
function callbackSecond() {
SVFormDoSetActionsAndSubmit(5,'TODO_ButtonId');
}}
--------------------------------
Deploy the solution and test the scenario.
Regards
------------------------------
Hammad Naeem
Precisely Software Inc.
Original Message:
Sent: 07-09-2023 07:42
From: Obada Halawik
Subject: Populate customer number to solution feild
Good afternoon,
I'm creating a customer master creation form solution. Workflow is simple submit ==> extend ==> END. The issue is when the W.F request is submitted I'm not able to populate the created customer number from the form to solution field, accordingly the created customer number in not shown on the solution field and the extend plug-in which run the auto extend to the created customer is not able to capture the customer number.
Have a nice day
Thanks,
Obada
------------------------------
Obada Halawik
Alfanar Co.
------------------------------