My Stuff
Comments
-
Thanks rnedelkow, I have implemented the Saved Search and set the recipients to receive updates. Having issues getting the alert to send (the saved search shows it is executing though). Will work through it, this should be exactly what I needed. Thanks again!
-
My company is currently in the exact same boat as you, dmashburn3. I really hope some other guys can chime in here and throw us a bone.
-
Looks like this is going to be added as an enhancement at some point. Just posting here as an FYI.
-
How would you call this particular record set as a saved search? I didn't know that was possible.
-
There is now a "Recalc" button that we found when we had this issue. If you use the recalc, they will appear rather then going into all invoices. (Maybe you have found this by now as I see this was a few months ago) Lists>Commissions>Employee Schedules> Click on the schedule you want to recalc and when you open the…
-
Figured it out. Hopefully this can help someone else. The items in question had special pricing, but no List price. Once a list price was added (pricing tab), it showed up fine.
-
Do you have multiple forms for that fulfillment record type in Netsuite? If so, are the custom fields applied to the form type you are trying to update? I think it defaults to the NON-custom form, so you would need to specify the custom form you are creating it as first, then editing the custom fields should work. During…
-
I had an error like this for weeks when generating invoices via web services, though the error ID would change most of the time but would always be a garbage "unexpected error" result. The problem was that the default sales rep for the customer I was creating for didn't have an email address on their employee record and…
-
The code worked for me. It auto-selected the default credit card on the customer account, so I would imagine that customer 5058 might not have a default CC on file.
-
This would be a field called createdFrom on most records in Netsuite, but it doesn't look like this exists for the SupportCase record: https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2015_1/schema/record/supportcase.html I don't think this is possible.
-
The easiest way to set this up is to use a RESTlet. The linked article (https://netsuite.custhelp.com/app/answers/detail/a_id/19195/kw/first%20restlet) gives detail, but basically you do this: [LIST] [*]Create the RESTlet File and Add It to the File Cabinet [*]Create the RESTlet Script Record [*]Define RESTlet…
-
Does your integration support TLS1.2? I know this was the only thing I had to worry about this year, though it technically wasn't being released until 2016_02 I think.
-
Lots of good info here: https://netsuite.custhelp.com/app/answers/detail/a_id/10790/kw/suitetalk%20permission As for a real answer though, it depends. You will absolutely have to have Permissions > Setup > Web Services, but depending on what you want to do with that integration will depend on whatever other permissions you…
-
There should be more pieces of data that come through with that priceLevel field, it is a RecordRef object which should contain all of these 4 attributes: internalId externalId name type If you dump out the entire SOAP response, I bet that the priceLevel -> name field value is there, you just need to access it instead of…
-
I wrote something that accomplishes this within my company. It is tailored specifically toward a 3CX VOIP PBX though, so you would need to have someone that knows your PBX get you the correct http calls to initiate calls on your system. You would probably need some heavy customization to the code, but here it is. It is a…
-
Don't want to resurrect a dead thread, but after a few hours of trying to figure this out for PHP, I did and thought maybe this code could help someone else. This will specify a customer record (19580), then replace the entire Address Book listing with the single address listed. This was useful for me as there were 1,000+…
-
FYI, I ended up just changing the DESCRIPTION on the search to include the disclaimer and set it to be a part of the report. Works for now, but having the ability to add a watermark or custom text string would be nicer.
-
Mark, you said you had a workflow attached to the Item Receipts that generally worked OK with this. Would you mind sharing the details of that workflow with me? I have the exact same request right now to implement emails to customers on RMA receipts, so if you have anything to share, that would be AWESOME. Thanks in…
-
Having same issue. opened CASE # 2058799 to support DEFECT # 316502. Netsuite, please fix this asap.
-
Awesome, will see about implementing this sometime soon and let you know how it goes. Thanks!
-
We've had to use a SuiteScript to do this sort of thing. Wouldn't happen to have some code as an example, would you? :cool: