I have an application that uses EConnect to import information into GP. When I import customers using the taUpdateCreateCustomerRcd node I want to include a credit limit.
Here is the code I am using to insert the credit limit:
customer.CRLMTTYP = 2;
customer.CRLMTAMT = 1000;
For some reason the credit limit doesnt get imported for the customer. Any ideas what I am missing for this?