WO - Serial selection popup  Topic is solved

Discussions relating to plugin development, and the Jiwa API.

WO - Serial selection popup

Postby Riyaz » Mon Nov 26, 2018 4:52 pm

Hi There

I'm looking into the options of adding new custom column to the serial selection grid which appears after you set the workorder as "Started", am using the below code to find the popup form, but still in vain, can you pls advise, thanks

public void Setup(JiwaFinancials.Jiwa.JiwaApplication.IJiwaBusinessLogic JiwaBusinessLogic, JiwaFinancials.Jiwa.JiwaApplication.Plugin.Plugin Plugin)
{
JiwaFinancials.Jiwa.JiwaApplication.Manager.Instance.DialogFactory.AfterDialogStart += AfterDialogStart;
}

private void AfterDialogStart(JiwaFinancials.Jiwa.JiwaApplication.IJiwaDialog JiwaDialog)
{
if (JiwaDialog is JiwaFinancials.Jiwa.JiwaSerialNumbersUI.frmSerialSelector)
{
MessageBox.Show("1");
}
}
Riyaz
Kohai
Kohai
 
Posts: 233
Joined: Wed Dec 02, 2015 2:05 pm
Topics Solved: 2

Re: WO - Serial selection popup  Topic is solved

Postby Mike.Sheen » Mon Nov 26, 2018 5:08 pm

Sample plugin for 7.2 which adds a column is attached.
Attachments
Plugin WO Serial Selection.xml
(31.77 KiB) Downloaded 86 times
Mike Sheen
Chief Software Engineer
Jiwa Financials

If I do answer your question to your satisfaction, please mark it as the post solving the topic so others with the same issue can readily identify the solution
User avatar
Mike.Sheen
Overflow Error
Overflow Error
 
Posts: 2445
Joined: Tue Feb 12, 2008 11:12 am
Location: Perth, Republic of Western Australia
Topics Solved: 757


Return to Technical and or Programming

Who is online

Users browsing this forum: No registered users and 13 guests

cron