CFRONT No. Series

I’m using the C/FRONT ActiveX control to generate General Journal entries. Does anyone know how would I go about getting the next number from the No. Series that is assigned to the batch i’m writing to?

Firstly, I hope you mean General Journal Lines! The best solution, is to create a new table that you can write your data to, in this, have fields like “Batch Name”, “Account No.”, “Amount”, "Posting Date’, etc. Then write a routine in Navision to create Journal Lines from this table. This can be done in a form that continually loops to process the table. That way you can use Navision triggers to do the processing. In any case you will need to post the journal within Navision, so it is not much extra to create the journal also.