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
-
@Tigran Shahnazaryan Thank you very much!
-
I would like to select from the addresses stored on the vendor record as the vendor's ship from address. My preference is to add the record from the vendor addresses. I would prefer not to use a custom field.
-
Perfect! Thank you
-
I am not sure about other roles.
-
It is happening in the admin role.
-
@Jeremy Guimaras-Oracle The error received is "Please choose an item to add" When I then move to the items subtab, and cancel the empty line, I get the error "Cannot read properties of undefined (reading'13'). We had a bundle installed for Zone Capture, which was uninstalled in our sandbox environment, and the error…
-
That Suite answers article addresses customer records, I need to set the primary contact on a vendor record.
-
I didn't need a formula. It was brought over as a standard vendor attribute. The vendorcode was not available the same way.
-
I don't need to store the value, so how would I source the {vendorcode} field from the item on the line as a formula? I tried {item.vendorcode} and the result was field not found.
-
That fixed that piece. If I wanted to put a sum of the quantity by lot from the inventory detail record in that formula, is that possible? NS_CONCAT(distinct(case when {item.classnohierarchy}='Coffee Bags' then {inventorydetail.inventorynumber}||' ' ||sum({inventorydetail.quantity}) end))
-
It mostly worked. However, when I want to show the lots for only a single product class, I am getting an error. NS_CONCAT(distinct((case when {item.classnohierarchy}='Coffee Bags' then {inventorydetail.inventorynumber} end))
-
Perfect, you did help confirm how the module was working. We will watch it carefully, and see if it happens again.
-
That wasn't quite what was happening. It was creating the issue twice. We issue bags and boxes to the work order, and there were two transaction lines created for the quantity of bags and two transaction lines created for the quantity of boxes. It hasn't happened after that work order, so it seems to be very iscolated.
-
@Tris Mendoza-Oracle Yes, we are using real time data entry mode, and it only happened with one work order.
-
This did not work.
-
I had it to use permission list in Sandbox, and set production to match that, but still do not see it as a search option, evan as an admin. I can create a search from the custom record listing.
-
I have the permissions set to No Permissions Required, and this setting matches other custom records that appear on the create new saved search listing.
-
When I set the new depreciation start date and ran revalue assets, I am not seeing that depreciation schedule restart. I do not see an option to update assets under FAM Setup.
-
How do I re-generate the asset depreciation schedule?
-
I was able to delete the errored transactions, and recreate.
-
The records were attempted multiple times, so the produced quantity on the AM record is overstated
-
This is the error for the xml export. When
-
Is this better with NSAW?
-
Micah, it is not updating the value when I view the asset in the UI. That is what I want to have updated.
-
We have fixed assets that are non depreciating (pending entry into service). The user had previously created a compound asset with two component assets. the value reflected the sum of the two components assigned at creation. The user chose to add a third asset to the compound asset by entering the asset in the component…
-
I figured this out. I need to enter depreciation start and end dates on the components items to allow the compound asset to have the start and end date. If the assets are depreciation = false, it completed the transfer, etc. despite the error.
-
Note, the depreciation start and end dates are not editable on the compound asset.
-
I had to add access to currency valuation to be able to execute the calculation
-
Yes, this worked. Thankyou.
-
these suggested solutions did not make any difference. the user is still seeing an error.