Hi
Does anybody know how to EXPORT system object (e.g. Table 18)
from navision using C\AL? :?:
I try to do next:
Table Object 200000000001;
Object.CALCFIELDS("BLOB Reference");
NewFOB = Object."BLOB Reference".EXPORT('', TRUE);
But after this I can't IMPORT NewFOB through Object Designer
Best reguards.
Comments
You can import the object with C/AL coding the same way you have exported it, by reading the file into a BLOB. But remember, this won't change the object date and time ! You will have to find another way of saving object data (all other fields from the object table) and restoring it when importing a blob.