Number sequences in OIC
Summary
Is it possible to control a number sequence in OIC?Content
The integration receives some XML data and must create a fixed-length text file in the destination (FTP). That is ok. It is already doing that. The problem is: one of the columns of this file's header is the "file number". If, for example, the integration is sending the 10th file (10th execution with no errors), "file number" must be "10".
Is it possible to do such control in OIC? For that I mean, persist a number at some place so it can be incremented on demand. By the way, this incrementing is relative to another file's column, that is "customer code". So, in fact, I must have multiple controlled number sequences, one for each "customer code".