Minha área
Comentários
-
Hello @User_HV2LR, Glad to hear that it works now!
-
Hello @User_4TMZA, If the CSV Import is being used then you must adjust either: The CSV File itself and the CSV Import Template mapping, to include a column for the Posting Period field and explicitly indicate which Posting Period must be used. The mapping of your CSV Import Template, and set a fixed value for the Posting…
-
Hello @User_4TMZA, Good day. You can directly add a conditional statement on your script to validate whether the accounting period is closed or not.
-
Hello @Dipak_Jadhav, The Transfer Order record is not supported for tax calculations and hence we opted for the intercompany transfer order which was documented. As of now there are no other workarounds.
-
Hello @User_4TMZA, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @User_C2STC, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hello @User_BQYAC, Good day. Can you please confirm what WSDL Version you're using? And please send a screenshot of the permissions you have as well as a copy of the request payload you're using. This is so that we can test it on our end. Important: please redact any confidential information such as account id, personal…
-
Hello @Member8, Good day. Can you provide a screenshot of the Item Subtab and Payment Subtab of the Invoice and the Gift Certificate? I will be replicating it on my end and check if I encounter the same behavior. Thank you!
-
Hello @User_HV2LR, Good day. Can you add a log.debug() line after each value you set in the subrecord? Let's double check if all the fields are populated as expected. If I am not mistaken, Serial/Lot Number indicates that the subrecord is not saved, but it does not necessarily mean that the issueinventorynumber field is…
-
Hello @Member8, Good day! May I know what WSDL version you are using? There is a note from this documentation that states the following: Important: Calculated and hidden fields in records are always updated by the system unless your service explicitly overrides the system values. For more information, refer to Hidden…
-
Hello @User_HV2LR, Good day! Please try to use the internal ID of the 'TEST' issueinventorynumber field instead of its name. If you try to retrieve the value of a multi-select or dropdown field, the values returned are usually the internal ID. This may be causing the error. I hope this helps. If you find this reply to your…
-
Hello @Bee Yook, Good day! We sent the email requesting for your account details.
-
Hello @Bee Yook, Good day. Since this integration was working before and changes were not mentioned in the Release Notes, we can consider this as a potential defect. I will be sending you an email requesting for your account details so that we can file a case on your behalf. Please feel free to provide additional…
-
Hello @Ivan Babiichuk, I wanted to check in to make sure you didn't miss my previous message. If you require any more help, please don't hesitate to reach out. If not, please let us know by clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to help the community members who might have a…
-
Hello @User_BQYAC, I'm circling back to ensure you saw my previous communication. Should you require any additional support, please don't hesitate to contact us.
-
Hi @Dext3r, I wanted to check in to make sure you didn't miss my previous message. If you require any more help, please don't hesitate to reach out. If not, please let us know by clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to help the community members who might have a similar…
-
Hello @Ivan Babiichuk, You can trigger workflows via SuiteScript using the N/task module. WorkflowTriggerTask Object Members WorkflowTriggerTaskStatus Object Members For parameters: WorkflowTriggerTask.params Sample code: var workflowTask = task.create({taskType: task.TaskType.WORKFLOW_TRIGGER}); workflowTask.recordType =…
-
Hello @User_BQYAC, Good day. Upon checking with our RPM Gurus, the permissions required for credit cards are: Credit Card Processing Credit Card However, there may also be other configurations that must be enabled in your account on top of this. For more information, you may visit SuiteAnswers Customer Credit Card…
-
Hello @Rizkygaus, Good day. As you have mentioned, this feature is not yet available in NetSuite. You may file this request as a SuiteIdea. To navigate to the SuiteIdeas page: Navigate to Support > Support Overview On the Support Overview page: Scroll down and look for the SuiteIdeas portlet Click Go To SuiteIdeas To…
-
Hello @Dext3r, Good day! Just to be sure, you can check your Client Scripts with a fieldChanged function that has a "return false" line. It could also be under a locked script if you have any bundles installed.
-
Hello @Bee Yook, Good day. Was this integration working before? Upon checking, the table InvoiceItemShippingAddress only contains address-related data and nothing on the transaction's info such as the committed quantity nor inventory balance. Is it possible that these fields are from a different table? Changes in the…
-
Hello @GyanG, Good day. Upon checking, this is still currently filed for an enhancement. The ability to attach a file to a transaction record is currently being requested under Enhancement 776711 Suitetalk > REST API > Ability to attach files to Invoices.
-
Hello @User_1D0ZP, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @KNason76, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hello @User_WB1NA, Good day. Upon checking, this could be a potential defect. It would be best to have someone from support to assist you with this concern. I will be sending you an email to request for your account details and file a case on your behalf. Thank you.
-
Hello @Joe Zeid, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @Gert Van Damme, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Glad it's resolved now! 😊 Happens to the best of us.
-
Hello @User_BQYAC, Good day! Following up on this in case you missed my previous comment.
-
Hello @User_BQYAC, Good day. Was this integration working before? If yes, what changed? Were you able to verify if the same issue is encountered on the same role when tested via NetSuite UI instead of the integration? It is possible to check for errors on the NetSuite side when you find the SOAP Request by: Navigating to…