My Stuff
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
Comments
-
Thanks Robert, That worked like a charm.
-
Being able to access the "Custom Preferences" (Setup > Company > General Preferences) from Web Services. It has been really useful feature to have these name=value pairs stored here where all scripts can have access. Regards, Madhuri
-
Thank you Pete, Your reply helped me to understand why the emails got sent out. Had looked at the Accounting Preferences (Send Order Fulfilled Confirmation Emails = unchecked) and the Web Site setup (Email > Confirmation Emails to Send, Order Fulfilled = unchecked), and those email should not have gone out. It does looks…
-
That was my next concern, when adding new customer address to the customer record, or from sales order, that this new address doesnt become the default address. Madhuri
-
Walter, Try nlapiSetFieldText('fieldname', 'value'); nlapiSetFieldText('fieldname', 'value', false); The value should be the the exact text value from the drop-down list. Madhuri
-
Hi, One way to do this would be use a scheduled script that checks for new customer records without a sales rep that have parents. And update these records. Madhuri