cancel
Showing results for 
Search instead for 
Did you mean: 

Search base document

Former Member
0 Kudos

I have created an excise add-on.The add-on executes normally if the invoices are added as -

Purchase Order -> Goods Receipt PO -> A/P Invoice

Problem occurs if Goods Receipt PO is added directly.So I want to to check if the base document is added for every Goods Receipt PO.If the base document is not added then I want to restrict user from adding it. How do I search the whether base document is added in the et_FORM_DATA_ADD event.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

U can use the SP_transactionNotificaton to check this, if the document doesn't have a base document it will stop adding the current document,

Vasu Natari.

Former Member
0 Kudos

Is this the only way to validate the base documnet ? I want to use SDK code for it.

Former Member
0 Kudos

Hi,

Check this thread,,,

If u want to use only SDK in the item press even check if the BaseEntry field is null, if null dont add the document,

Hope it helps,

Vasu Natari.

Edited by: vasu natari on Apr 13, 2010 6:58 AM

Answers (0)