Hey guys,
I can't find any documentation regarding DataEntities and its method flows. I want to know the method flow for CRUD operations.
as well as, I am importing data from a client thumb impression machine (data.dat), which has a single column but N number or rows. What I want to do is, once the data is staged and mapped through data entity, I want to parse the inserted record using a XMLParser (self written) class.
something like:
// once copy imported data from entity to table finished
// i wouldn't mind if this scenario can be handled using methods or events
XMLParser::parseData(_tableName);
data.dat format:
11010101
10001010
11111111
what have I achieved so far?
data.dat file is being imported to AAD and then being copied to AX table using Data Entity.
*This post is locked for comments
I have the same question (0)