プロフィール
コメント
-
Hi Tammy Stewart, Can you share screenshot for reference.
-
Hi User_DPS2Z, This is currently not supported in NetSuite directly. You will have to create a new bill to link to PO or close the PO manually if the payment is already done to vendor. Although there are some articles which suggest performing the action using SOAP API.
-
Hi Vernita, This would be a mandatory custom field on your Sales Order. Please check the UI to check the field details.
-
Hi Paul Salkeld, You can also put a suitelet hyperlink with all the details as required. Suitelet will give you option to overcome field restriction since it will be only for display details;
-
Option C
-
Yes, you can also setup reminder and use the standard expense report approval for bulk approval. To see the Approve Button, user should be the Supervisor or Expense Approver of the employee's expense report
-
you will have to edit the Expense report and mark the accounting approval checkbox as checked.
-
why dont you handle everything using script. Lock record functionality can also be handle using API in script. Also dont forget to use inline editing context so as to alert the user not to directly edit the record using search view.
-
Navigate to Customization -> Scripting -> Scripting Record and then Time to identify all the scripts deployed on record. One of the script or workflow might have this alert of inputting more than 8 hours.
-
Hi User_2LD8N, Yes, you can lock the bill on pending approval state using LOCK RECORD functionality. However, to allow editing only of account field on vendor bill via workflow can be challenging as its difficult to restrict line item fields. Using setFIELDDISPLAY you will still be able to disable the header fields,…
-
HI Jyoti Pillay, Can you check if there is any script deployed on timesheet which throws this error.
-
Hi Dext3r, Either of them can be used. I would recommend to use Internal ID and use UPDATE option in CSV page.
-
Hi Dext3r Unfortunately thats the only way to upload by removing the lines. May be at the time of creating you can use a copy file and delete the rows not required once data is entered.
-
Hi User_BHLPU, I would recommend below steps as order line or line number could get complex with 1 SO and multiple Invoices. Step 1 : Create a custom column field. Step 2 : On Save of Sales order create an after submit user event script, update the field in Step with unique IDs. For eg line 1 as "internalid_1" line 2 as "…
-
Hi User_J6WYT, This is currently a system limitation.
-
HI User_BHLPU, The current code goes through each line of invoice and updates the values on Sales order through each line in a loop. The logic that needs to be developed is to identify 1st which line on Invoice is linked with which line of Sales Order to update the Invoice number. As dependency NS doesnt always reflect the…
-
Hi Dext3r, This normally happens with some file issue. Can you copy the data in other blank file and save it as csv and upload.
-
Hi User_LUL5V, This might be standard functionality. As a workaround, you can identify such JEs and update their memos as per your requirements
-
Hi Eklon Eleuterio, Item. amount is not a proper field. What value are you trying to fetch exactly. Item rate ?
-
Hi Janice De Ocampo, Yes, you can using script customization. Currently it is not a standard functionality. Create a custom field on subsidiary to store the current FAM number and write a script to update the FAM number as required. If you do not want to update the subsidiary record multiple time for audit, you can…
-
Hi User_E15G4, I think thats a limitation, I was only able to see 7 column when placed in center of dashboard and 2 column on right side alignment. As a workaround, I had instead put the search link in SHORTCUT for my clients to view all the column on click of hyperlink. If you have multiple saved searches, then you can…
-
Hi User_1J19L, This may not be necessarily due to this script. Have you evaluated all the script deployed on this record. Suitelet will trigger other User Events scripts which could give the said error. You can identify the script in script logs.
-
Hi @Jeff Perotti 1. Create a Saved Search which will be the source of the Custom Field 1. Go to Lists > Search > Saved Searches > New 2. Click Transaction 3. Search Title: Enter Title 4. Click Criteria 5. Click Standard In Filter region : · Select Type - Type: Select is Bill · Select Status - Status: Select is Bill: Open,…
-
Hi @Yogendar Singh Some of these templates cannot be modified as a user can have access to multiple NetSuite instance.
-
Hi User_E15G4, Do you want to make contact mandatory at the time of creation of these entity? If yes, you will have to deploy a script to make sure a contact is created before an entity is saved in system
-
Hi @Kedalene , Can you let us know the error received, I believe when you are changing the user email address, you will also have to set the password manually as one time activity.
-
Hi ONO4, Did the user change the exchange rate manually, I think the origexchangerate refers to actual exchange rate between the currency on SO and exchangerate would refer to manual updated exchanger rate on transaction. For eg : USD to INR exchange rate is 82.11 and on creation user changed the rate to 82.08. I think…
-
option D
-
Hi Kellyann, Thanks, I think you should reach out to support team for resolving this. As per the screenshot, the refresh process is not yet started.
-
Hi Anupa Dayaratne, The most simplest way to check if account is one world is to navigate and check if you are able to see subsidiary details. If you are able to create subsidiary its a one world account.