20.11.2012, 19:30 | #1 |
Участник
|
Throwing Error: Argument '_number' is incompatible with the required type.
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. |
|
20.11.2012, 19:39 | #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. |
|
20.11.2012, 19:52 | #3 |
Участник
|
So can you please what should i have to do???
|
|
20.11.2012, 20:22 | #4 |
Участник
|
|
|
21.11.2012, 02:12 | #6 |
Участник
|
|
|
21.11.2012, 02:56 | #7 |
Участник
|
|
|