My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
Clinton- Thanks, I found the problem! The issue was that field, recordname. It came from the custom record form - there's a checkbox option when you edit the custom record for "include name field" - I had this checked. When I didn't include that name field (recordname), i was able to create my own records. Cool! Cheers-…
-
Thanks! I'll do that. I have a follow-up question regarding the customer name. It looks like I can't set the customer name the way I have it in the code above (i commented it out to get it to work) - as mentioned, this could be because the field is a list/record and the value I'm passing is just text, even though it…
-
Thanks, I did go in and add that at your suggestion, it just didn't appear to make any difference. It is in there now, though. Thanks! :)
-
Makes sense. Thanks so much!
-
The value for test is getting set to the item id. When I put item with id 42 in as a line item, the code does execute. Also, the error 'undefined' occurs on the nlapiSubmitRecord function whether or not I try to set the customer name field. Thanks for the reply. Any other ideas? Would the fact that I'm creating a new…
-
It could be that those transactions simply have no accounting period assigned. If this is the case, for most transactions (excluding ACH, which are not editable) you can open the record for editing and save it with no changes. You will typically get a message that says "you're saving this with no changes", which is…
-
It looks like most items do get assigned a period when you turn on accounting periods. However, according to Netsuite support, "up to 10% get missed sometimes", so you need to go back and manually correct those. The reason a zero starting balance turned into thousands of dollars is that any items on the balance sheet…
-
My requirements center around basic information we'd need to see to run our Professional Services company: - more robust project / management information (skills repository, scheduling, utilization forecasting) - cost analysis & profitability reports - more sophisticated financial reports Essentially, there is a bunch of…