Hello All,
As part of a new custom ER configuration I am creating in D365 Finance and Operations, there is a need for the output text file to have a field/column which has the record count.
Header Record : the column will always be ‘000000001’.
Line Records: similar column should begin with value of ‘000000002’ and should increment by 1 for each record.
Example:
000000002
000000003
Trailer Record : the value should just be continuation of increment of the last value in Line Records.
Example:
000000004
Is there an ER function that can achieve this? COUNT function seems to only give the total count of records in data source. While INDEX seems to return the content in a list, if the position number is passed into the INDEX function?
Thank you,
Raghu