Articles tagged #A
Articles tagged
#A
Add a Custom Column (Checkbox) in the Inventory Location Sublist on Item Records
On the item record, a user wants to flag an item by having a custom checkbox, but only specific to certain locations and not all locations.
Set Document Status on Estimates
User wants to set the Document Status of Estimates based on their Probability.
Resolve Error: Enter Values For Serial/Lot Number when Billing a Sales Order
The user gets the error saying:Please enter value(s):for Serial/Lot Numberwhen billing theSales Order.
Enable/Disable Oracle Guided Learning Preference
The user wants to remove the newly added button at the middle-right part of the dashboard.
Remove an Employee from the Sales Rep Field > Unable to Locate the Employee Record
The user wants to remove one of the employees listed on the standard Sales Rep field in entity/transaction records. However, when the user navigates to the Lists > Employees > Employees, the employee is not listed. The employee may have a generic name such as "Pre-Sales, Sales - Professional Services, Accounts, Marketing Team", etc.
Asset Split
Asset split enables a specified quantity to be separated from the original asset and creates new asset records. The Quantity field on the Maintenance subtab of the asset record tracks the number of individual elements that form the asset.
How to Handle Fixed Assets that were Generated Erroneously
An elimination Journal includes an Asset account and erroneously generates an asset through an Asset Proposal.
Deleting Assets
This feature lets you remove invalid assets (including its related records) from the system. You can use this feature to delete assets without associated journal entries and proposal records. If the asset has a journal entry, you must manually remove the journal entry before deleting the asset.
Mass Delete Item Records through Inline Editing
To be able to mass delete Item Records using the Inline Editing function.
Quantity Committed is Greater than Quantity On Hand in Reallocate Inventory Page
Resolve Users Who are Allowed to Fulfill More than the Quantity on hand When Fulfill based on Commitment setting is set to Limit to Committed
System allows fulfilling of Sales Orders more than current Quantity On Hand even if Fulfill based on Commitment setting is set to "Limit to Committed" and the user is fulfilling items using the Standard Sales Order Form.
Add AR Aging Summary Report to Home Dashboard
The only way to add the AR aging summary report to Home Dashboard portlet is by way of creating a standard KPI - Receivables. The KPI provides a link to the report. When you click on Today in the KPI, the AR aging summary report opens. The report is not available as a snapshot.
Create Search for all Customers with no Transactions
Scenario
Solution
2. ClickCustomer
3.Search Title:EnterTitle
Example:Customers With No Related Transactions
4. ClickCriteria
5. ClickStandard
6.Filter:
- SelectStage
- Stage:SelectCustomer
- ClickSet
- Summary Type:SelectSum
- Field:SelectFormula (Numeric)
- Formula (Numeric):Select isequal
- ClickSet
- Formula:EnterDecode ({transaction.number},NULL, 0,1
9.Field:
- SelectName
- Summary Type:SelectGroup
- SelectFormula (Numeric)
- Summary Type:SelectSum
- Formula:EnterDecode ({transaction.number},NULL, 0,1)
Saved Search on Inventory Count of Lot Numbered Items to Show the Inventory Numbers and Quantities on Snapshot Detail and Count Detail
Scenario
Solution
- Navigate toLists>Search>Saved Searches>New
- SelectTransaction
- Search Title:EnterTitle
- ClickResults
- ClickStandard
- Filter:
- SelectType
- SelectInventory Count
- SelectItem
- Selectnot none
- SelectStatus
- SelectInventory Count:Approved,Inventory Count:Completed/Pending Approval
- SelectItem fields...
- SelectIs Lot Number
- SelectYes
- SelectIs Lot Number
- SelectFormula(Numeric)
- Formula:EnterCASE WHEN {transactionlinetype} = 'Snapshot Quantity' or {transactionlinetype} = 'Count Quantity' THEN 1 ELSE 0 END
- Formula (Numeric):Selectequal to
- Value:Enter1
- Formula:EnterCASE WHEN {transactionlinetype} = 'Snapshot Quantity' or {transactionlinetype} = 'Count Quantity' THEN 1 ELSE 0 END
- SelectType
- ClickResults
- ClickColumns
- Field:
- SelectDate
- SelectDocument Number
- SelectItem
- SelectFormula(Text)
- Formula:EnterCASE WHEN {transactionlinetype} = 'Snapshot Quantity' THEN {inventorydetail.inventorynumber} ELSE null END
- Custom Label:EnterSnapshot Lot Number
- SelectFormula(Text)
- Formula:EnterCASE WHEN{transactionlinetype} = 'Snapshot Quantity' THEN {inventorydetail.quantity} ELSE null END
- Custom Label:EnterSnapshot Quantity
- SelectFormula(Text)
- Formula:EnterCASE WHEN {transactionlinetype}='Count Quantity' THEN {inventorydetail.inventorynumber} ELSE null END
- Custom Label:EnterCount Lot Number
- SelectFormula(Text)
- Formula:EnterCASE WHEN {transactionlinetype}='Count Quantity' THEN {inventorydetail.quantity} ELSE null END
- Custom Label:EnterCount Quantity
- ClickAdd
- ClickSave & Run
No Items Showed on Create Inventory Count Page
Scenario
This holds true even if the previous inventory count made on 12/31/2020 has already been deleted. This last inventory count date is not editable because this is based on the inventory count generated from the create inventory count page. Itis also not advisable to delete an inventory count as there may be inventory adjustments related to it.
Solution
- Navigate toTransactions>Inventory> EnterInventory Count
- Populate required fields with preferred values
- Itemstab
- SelectItemfrom the drop-down list
- ClickSave