My Stuff
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comments
-
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.
-
This did not work, the custom role has those permissions and the trigger to calculate the asset revalution does not trigger any activity Click Calculate to compute the write-down amount based on the write-down percentage. does nothing.
-
@PeteLawson Please verify that the formula reported in the results is the same as in the criteria. It looks like the error you are getting is in the formula in the results tab of the search.
-
did you fix the formula inside the report itself? It still is showing an invalid expression. Are you comparing a specific data field, or anything against anything? You may want a criteria that specifies a specific system note field
-
That works for transations, but not for the vendor record. I want to add a note from the receiver to the vendor record.