Hi everyone,
How to import Expense journal using DIXF ?
Can we use these two entities to import Project > Journal > expense :

And is there possibility to create new entity for that with modifications to make it more simple ?
Especially for the lines, as I have succeeded to import the table (header), but import the line always failed. It is succeeded to insert into staging, but the error is while insert into the table saying "Results. Error(s) occurred while writing entity record"
As this is a journal with relates to Project which has table LedgerJournalTrans_Project, I only specifying these information :
| JOURNALBATCHNUMBER |
| LINENUMBER |
| ACCOUNTCOMPANY |
| ACCOUNTTYPE |
| CREDITAMOUNT |
| CURRENCYCODE |
| DEBITAMOUNT |
| PROJECTCATEGORY |
| PROJID |
| QUANTITY |
| TEXT |
With pre-setting of Default offset account, so that when the record inserted, I hope the journal created with the offset is filled already with that setting, as I know this information is mandatory.
So for the custom entity of "ExpenseJournalLineEntity", also whether it is ok to only include LedgerJournalTrans and LedgerJournalTrans_Project for its data source while the rest is removed.
Any special setting during import ?
Sorry, it is actually two questions:
- Can we import Project Expense Journal ?
- If yes, then can we duplicate the entities to make it more simple as I noticed some are not used in my current business process.?
Thanks,