Copy to Functionality from delivery to OutGoing Exise Invoice using SAP Business One UI API.Copy to button combo not finding.
My code is
((SAPbouiCOM.ButtonCombo)(DeliveryForm.Items.Item("10000329").Specific)).Select(3, SAPbouiCOM.BoSearchKey.psk_Index);
Hi Narasimha
Try Below code
((SAPbouiCOM.ComboBox)(oForm.Items.Item("10000329").Specific)).Select("Outgoing Excise Invoice", SAPbouiCOM.BoSearchKey.psk_ByDescription);
You already have an active moderator alert for this content.
It's Working for me.Thanks for replay
Add comment