Dynamics AX 2012 R3 - Record Creation through AIF web service
问题 I am having issues using an AIF web service to create a unique primary key in our contract module in Dynamics AX. Our contract PK's are in a format of 'CON-######', and the contractId is tied to a number sequence in AX. When I call the 'Create' service operation, I am passing a 0 for 'ContractId' and AX is not replacing that 0 with an actual contract Id from the number sequence. The AX service endpoint is configured as an enhanced port. Is there a setting that needs to be enabled on the AX