hi...
i am trying to import some data like "document type","sell to customer","no." from a text file through dataport into sales header table. but the problem is that only these three fields get updated. But, i want to update all the fields as it happens in sales order form.
I have also tried the option, callfieldvalidate available in the dataport
0
Comments
validate("sell-to customer no.")
This would thenhave the effect of populating the associated fields.
Does this help?
BUT,
When using property the fields are imported and validated in the same order as they appear in the Field Designer.
If using Validate in OnAfterGetImport trigger you can set your own order of validate calls.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
There can be other trggers that can fill your fields that are not run. These are for sure triggers on forms, that are run when manualy keying in your document.
You should check this triggers...
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯