Minha área
Comentários
-
Hi @Rick Cobb_2 , you can query using note table and filter using transaction column. E.g SELECT * FROM note WHERE transaction = 123. However, some note fields are not yet exposed and logged under enhancement # 676822(for memo field), 688937(for author field), 688941(for date field). -Mikko
-
I also tested this using the SOAP UI bundle and I got the fieldType using getList operation. It seems this is an application concern. I would suggest coordinate with the Visual Studio team. -Mikko
-
Hi @User_F5KU8 , Thank you for posting in the community! Please allow some time for the gurus/members to check on this concern and update you for any findings. To everyone, feel free to share your insights! -Mikko
-
Would you be able to source the desired value of Tax to a Custom Field? In this way, you can retrieve it via REST API. The Tax fields are only available for REST API if an Account has SuiteTax feature Enabled. -Mikko
-
Try restarting the flow in your application. Possibly the token expires. Also, could you please try using 59mins/3540 instead of the max 1 hour allowance on your exp parameter? -Mikko
-
Kindly check the article linked. There is a sample SOAP Request for detach operation. You will be needing the Customer Id and Contact Id for this to work. -Mikko
-
Hi @Nikolay Georgiev , You cannot create API Secret via SuiteScript. Only these modules are supported for API Secrets. Could you clarify on the second question, did you mean getting scriptId in your script dynamically or static/hardcoded? -Mikko
-
Thank you for sharing your insights @CDuf & @Alex_C ! Hi @User_ICYIP , have you tried using detach operation? -Mikko
-
Thank you Colleen @CDuf for sharing this information! To the community, we encourage you to vote for the enhancement! -Mikko
-
Would you be able to check the script itself? Check the script if it is using N/error or N/log module. Then look for the function with title like on the log "getAccountingPeriodStatus". Also, is the script part of a bundle?(Locked/Unlocked?) -Mikko
-
Hi @User_NC62U , Thank you for posting in the community! Our gurus/members will look into this and update you for any findings. To the community, feel free to comment your ideas. -Mikko
-
Hi @Brian D-Oracle , Thank you for posting in the community! Please allow some time for the gurus/members to check on your concern and get back with more information. To everyone, feel free to share your thoughts. -Mikko
-
Hi @User_ICYIP , Thank you for posting in the community! Please allow some time for the gurus/members to check on this and get back with more information. To everyone, feel free to share your thoughts! -Mikko
-
Hi @User_AJB8Z , Thank you for posting again in the community! Our gurus/members will check your concern and update this thread for any findings. To everyone, feel free to share your insights! -Mikko
-
Hi @User_AJB8Z , Thank you for posting in the community! Our gurus/members will look into this and get back with more information. To everyone, feel free to share your thoughts -Mikko
-
There is a difference in backend processing when the PO came from UI vs from Web Services in terms of populating the landed cost. I would suggest check this article, this could help you overcome the obstacle. Let us know if this helps. -Mikko
-
Hi @Benjamin Paul - USA , may we know how do you log the error on your script? Also, what should be the expected result for the error? -Mikko
-
Hi @lynale , do you still need assistance on this? -Mikko
-
Hi @User_W0XW1 , how's it going? Do you still need assistance on this? -Mikko
-
Could you please elaborate on what do you mean by ER Creation navigation? Is this related to the printing of the setup or a different concern? -Mikko
-
Would you be able to share what are the steps you have done during testing? -Mikko
-
Hi @lohart13 , currently, SuiteScript 2.0/1.0 are the API that can be downloaded. I would suggest submitting an enhancement request for this type for concern or visit SuiteIdeas. -Mikko
-
Hi @User_E5P4R , Have you check the SOAP Request if it includes the missing field? -Mikko
-
Hi BN @User_IJB6M , Thank you for posting in the community! Our gurus/members will look into your concern and get back with more information. To everyone, feel free to share your thoughts! -Mikko
-
Hi @KNason76 , could you please clarify what exact record/form/template/etc you want to create the custom label? -Mikko
-
What I meant by detail is the Detail column. See sample below: You can get hint on what could possibly the reason of the error. Also, have you double check the syntax on your application? You could check the unnecessary characters on the value of the parameters. -Mikko
-
Hi @lynale , can you clarify if you still need assistance on this concern? Also, you are moving the thread to specific category, is that what you meant? Currently, this is in Customization category which is the correct page. -Mikko
-
Hi @Janis001 , Thank you for posting in the community! Please allow some time for the gurus/members to check on your concern and get back with more information. To everyone, feel free to share your thoughts. -Mikko
-
Hi @alanvarghese , upon checking, this is related to Enhancement # 362386 - SuiteTalk > Transaction > Inventory > Inventory Transfer > CustomFieldList is not available in SuiteTalk UI. I would suggest submit a support ticket to add a vote or visit SuiteIdeas. The CustomFieldList on the Schema Browser is used for the Custom…
-
You may check the following articles for starters: Hello World RESTlet Example Using get operations for SOAP Web Services. Getting a Record Instance via REST Web Services This will provide you response from NetSuite application so that you can make use of the value to BlueSnap. -Mikko