My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
Thanks for the quick response. So in my situation, what are the available ways, in which I can void the first authorization?
-
Please advice on the following for the credit card transaction: I am using suitetalk api for creating/updating a salesorder. Now here is my scenario, a sales order is created and authorized for the amount of $100 (which is going to be capture after 3days). Now our customer calls and change the current order and the new…
-
Sean, 5 out of every 10 transactions.
-
Hi Syed, thanks for the follow up. Can you expand on why 5 of every 10customers are requesting edits to a sales order? Is it possible to delay the authorization later in the order lifecyle when the amount is better known? We are looking at keeping auths in sync with the order but there may be something that can be done…
-
Thanks Oliver it is done with nlapiTransformRecord().
-
Hi, i want to use any of the folllowing 1: nlapiCreateRecord('customerpayment'); 2: nlapiCreateRecord('customerpayment',{entity: <invoiceid>}); Please reply which one should i used? I used the 1 option but not get invoice information on using opton 2 (nlapiCreateRecord('customerpayment',{invoice: invoiceid });) but it is…
-
So is it still not supported in SuiteScript?
-
I tried 'abbreviation', 'abbr', 'id' 'value', 'number' but nothing seems to be working.
-
That's my question how to access this information through code. I am referring to this form https://system.netsuite.com/app/setup/company.nl Are these fields accessible through code.
-
I have customized the message sublist of the Customer Form. After that I want to create a bundle which includes that customer form, but the customized message sublist search is not included in the bundle nor there is a way to include it. Anybody have a clue on this?
-
Does anybody know a way to add a custom type name while creating a message record. Since the default is 'Email'
-
@trimblee I have added few custom fields on accounts and now I want to set this field for all the accounts, that's why I need inline editable list page.
-
Thanks for the reply. Yes an example would certainly help a lot. And I can't understand what do you mean by "Include Transaction".
-
issue is resolved. it was domain issue you need to use internal url and add the credentials information given in external url than it works fine.
-
As of now, I don't think there is anything out there in NetSuite that you can directly use to mobile enable your Cart. You'd either need a responsive design for your cart or maybe you can create two versions of your page, one for your regular cart and other for mobile. The later obviously is not recommended.
-
@Olivier I am using the same User's Account/Role. No Account pooling is being done.
-
Thanks lornesd I used the code below to accomplish the task [PHP] $refFields = array( 'attachTo' => new nsRecordRef(array('internalId' => $companyId, 'type' => 'customer')), 'contact' => new nsRecordRef(array('internalId' => $contactId, 'type' => 'contact')), 'contactRole' => new nsRecordRef(array('internalId' => $roleId,…
-
@ lornesd Thanks for the reply. My app is using both the test and live accounts. Is there a URL which will support both type of accounts.
-
@ Wiktor Borowiec This operation will give me preset probability for each Status. Right? What I want is individual probability of each customer which may be of custom value irrespective of its status.
-
@elham Thanks for a detailed reply. As far as the 2012.2 release is concerned, I am eagerly waiting for it. So when can I start developing my PHP apps using this toolkit as I am starting a new project and want to build it using the new toolkit.
-
I think that these are all fields not nsComplex objects. That is I can not create a nsComplex object for Payroll item and just perform the getList operation on it that will fetch me ALL THE POSSIBLE VALUES for these fields. Thanks,
-
Do you have an error message, stack trace, etc? The script just stops working in makeCall function at this line [PHP] $response = $this->client->__soapCall( $function_name, $arguments, NULL, $headers, $this->soapHeadersResponse ); [/PHP] No error is shown. I have wrapped the code in try block but PHP is not throwing any…
-
Alternatively I can use getAll but it will send me all the records at once instead of sending records in pages.
-
For user rights management we are relying much on Netsuite. If a user do not have permission to do a certain task, Netsuite should not let him/her to do it, irrespective of the the client app behaviour. right?
-
Hi Shawn, Thanks Shawn for your reply. It was useful. You mentioned that you have seen delays upto 4 hours. Is this documented anywhere in NetSuite documentation? Will any NetSuite employee on this forum provide official information on this? Thanks
-
Here is an example. This is what I getting on Netsuite Website. The SOAP XML returned for the same opportunity is this <platformCore:record internalId="772" xsi:type="tranSales:Opportunity" xmlns:tranSales="urn:sales_2010_1.transactions.webservices.netsuite.com"> <tranSales:entity internalId="866">…
-
A quick hint can also help as I am in urgent need to complete the task.
-
any ideas. I also need the fields being returned along with list of saved searches. Thanks in advance.
-
I tried this with another account and the same code seems to be working there. Seems to be account specific thing. But still can't figure out why it is not working on the first account.
-
I am getting the Non legal GetAllRecordType error. What is the record id for Saved Searches. I am using PHP Toolkit.