ftos.data.getNextSequenceNumber

IMPORTANT!  
Starting with v24.3.0, this is renamed from getSequenceNumber to ftos.data.getNextSequenceNumber.

Gets a new sequence number from a preset sequencer.

This is a data service method for business service components.

Syntax

Copy
function ftos.data.getNextSequenceNumber(sequenceCode : string): string;
 
Parameter Type Description
sequenceCode string Code of the sequencer.

Return Value

Returns a string containing the new sequence number.

Examples