Basics of a Translating Application
- Open Transmittal (mode=SE_AC_MODE_CREATE)
- Create <Transmittal Root> and set its fields
- Set the <Transmittal Root> as the root object
- Create other objects
- Set field values and call SE_PutFields()
- If SE_PutFields() is not called will store default fields
- Make relationships between objects
- Add components to objects
- Add associations between objects
- Use Object IDs to retrieve objects already created
- Free objects when no longer needed
- Close Transmittal
- Handle API validation
- Correct version, root object has been set