|
|
#1 |
|
Участник
|
I have written the code for updating Purchase Order Invoice in my customized Form in write method to update from that customized Form
X++: PurchFormLetter_Invoice invoice;
;
super();
purchTable = PurchTable::find(nNS_CITPickUpReconcil.PONumber);
invoice = PurchFormletter::construct(DocumentStatus::Invoice);
invoice.update(purchtable,
SystemDateGet(),
PurchUpdate::All,
AccountOrder::None,
false,
true);Argument '_number' is incompatible with the required type. |
|
|
|
|
#2 |
|
Участник
|
http://msdn.microsoft.com/en-us/libr...(v=ax.50).aspx
Check your second parameters. P.S.: It's no good idea to place this code in forms method...
Последний раз редактировалось S.Kuskov; 20.11.2012 в 19:44. |
|
|
|
|
#3 |
|
Участник
|
So can you please what should i have to do???
|
|
|
|
|
#4 |
|
Участник
|
|
|
|
|
|
#6 |
|
Участник
|
|
|
|
|
|
#7 |
|
Участник
|
|
|
|