Hi there!
There is code which works in up to AX 2009, inclusive:
static client server NumberSeqReference numberSeqReference() { return NumberSeqReference::construct(RHotelParameters::numberSeqModule()); }
But in AX 2012 R3 it generates error: "construct is not a class method."
Question: What to use instead of Construct method in AX 2012 R3 and how to modify the above referenced piece of code in order to reflect that change?
Many thanks, in advance!