Page 1 of 1

WO - Serial selection popup

PostPosted: Mon Nov 26, 2018 4:52 pm
by Riyaz
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");
}
}

Re: WO - Serial selection popup  Topic is solved

PostPosted: Mon Nov 26, 2018 5:08 pm
by Mike.Sheen
Sample plugin for 7.2 which adds a column is attached.