As per my understanding, inventory of SKUs should be maintainted by business users. But, I don't see option(UI) for that in BCC. Is my understand wrong? If not, what is the strategy Oracle/ATG recommending business users to maintain inventory management? Why no UI given for business users for the same? what is the reason behind it?
Why no BCC UI for inventory management in ATG?
1.3k Views Asked by Starving Techie At
1
There are 1 best solutions below
Related Questions in USER-INTERFACE
- OS-wide text autocomplete service with popup
- Bootstrap 5 tooltips not working in Laravel 9.x application
- GUI window is not appearing
- Responsive gui customtkinter
- Unwanted text on created icon
- Custom styled "Add to cart" button in WooCommerce product archive pages
- Page behavior in flet works when used directly in `main`, but not in a UserControl?
- How could I reuse the CTk tabviews in python GUI app?
- mouse coordinates in image go below 0 and above width
- Use the same button in different interfaces (JAVA)
- Distributing a GTK4 Windows application
- How to design the file operation interface involving status and transactions?
- Creating a GUI application for creating graphs
- How point to other link after login
- How to align widget to another widget in Flutter
Related Questions in INVENTORY
- Google sheet inventory with check out
- Odoo filter Inventory Overview by receipt
- Connecting inventory from SquareSpace to WordPress website
- Netsuite Suitescript 2.0 Inventory Transfer on Lot items
- Using `lineinfile` to add a host variable in Ansible YAML inventory?
- Object destroyed but still trying to access
- Algorithm for allocating multiple 2d spaces in a matrix
- (CRUD) Inventory System with Sub-inventories in DJANGO
- Maximum value vs selected date power bi
- how to save and load inventory in unity using json
- Setting minimum purchase limits -- just in time
- Change inventory in my WordPress by Python script
- Refresh dynamic inventory during playbook run
- Ansible dynamic inventory for Azure always empty
- Preventing internal transfer merge
Related Questions in ATG
- Application throwing 500 error when image not found instead of 404
- Unable to place a return order in ATG
- How to make nested RQL request
- MarketplaceDiscoveryStrategy failed with an error
- How to hide a user property in ATG BCC UI using ViewMappingRepository
- Is there any way to fine which js file ajax function send a request to java servlet
- How to add comma in the list value in ATG
- ATG CSC session time out value need to change
- want to mock the DynamoHttpServletRequest to pass the test attributes in junit /mockito
- DynamoHttpServletRequest.getRemotePort() is return 0 How to get client Remort Port
- how to resolve java.lang.OutOfMemoryError: GC overhead limit exceeded in Weblogic?
- How to start the Oracle ATG rest webservices and create one?
- How to run ant build in jenkins?
- how to print mdc value in logback
- Unable to create class for custom droplet | ATG 11.1 | Jboss 6.1
Related Questions in BCC
- BCC tool execute failed on Android by debianfs
- Emails being sent via Gmail API are getting BCC'd to the OAuth Connection email also
- Count and show how many address have been written in .oft module
- Unable to install bcc on Ubuntu 22.04
- Simple eBPF program to retrieve DTRACE_PROBE calls
- Issue with XDP_REDIRECT in a namespace environment
- use ringbuf and perfbuf depending on kernel version dynamically
- ebpf + lsm - krsi_get_env_var is invalid
- hook pam_get_authtok_internal with ebpf
- wp_mail function to send massive emails - problem with placeholders
- BCC not correctly handled when sendin a mail out of an Oracle database via MS Exchange
- Testing for bcc when reply-all is called
- BPF program attach failed
- Python dtrace + bpftrace
- Why cannot `f2fs_delete_entry` be traced by bpftrace
Related Questions in ACC
- Getting the values of Default Attribute "Description" in Autodesk Construction Cloud with Forge
- How to build ICU4C 70.1 on HP UX platform?
- HTML video player sound cuts out after through skimming video
- how calculate accuracy in given json
- Make Python Available to All Users When Already Installed only for One
- Failed to use the confidential computing VM deployment service in Azure
- Unable to create a VM on Azure Confidential Computing (ACC)
- Is F1 score a good measure for balanced dataset
- Val_loss is increasing and val_accuracy is decreasing after around 30 epochs in keras
- MS Access: query criteria in subform of a navigation form
- How solve non Loss problem in tensorflow in regression model
- How to split 5.1 audio into discrete AAC streams in FFmpeg 4.0
- Keras with Theano: Loss decrease but accuracy not changing
- Compile issue ld: Unsatisfied symbol
- OpenACC compatible with GNU Scientific Library (GSL)?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
But default inventory administration is done via dyn/admin. The reason for this even i donno.ACC and dyn/admin are legacy modules of ATG.So may be when BCC came in picture they just left inventory as is.If u see even ACC is capable of doing almost all things what BCC does.Infact it also additionally configures scenarios for ATG.So all i could say there may be a reason behind all this.Infact they(Oracle) are the market leaders. In http://hostname:8080/dyn/admin go to Commerce Administration->Inventory Administration.or just http://hostname:8080/dyn/admin/atg/commerce/admin/inventory/index.jhtml assuming 8080 is publishing port.You can also view inventory in production server also. This page allows an administrator to view the results of the inventory query operations, to manipulate the various properties of each item, and to notify the system of inventory updates. Out-of-the-box, the interface allows the administrator to set, increase, or decrease the stockLevel, backorderLevel, and preorderLevel of any item in the inventory. This page also allows the administrator to set the stockThreshold, backorderThreshold, preorderThreshold, availabilityStatus, and availabilityDate for each item. is configured through The properties files of the servlet beans described below configure the updated inventory.
But to be honest we can override this behaviour by doing the following.
you can add the Invenory repository as a separate tab in bcc as follows by doing the following changes.
config/com/remote/controlcenter/service/inventory.xml (Custom)
config/atg/web/assetmanager/configuration/taskConfiguration.xm (OOTB)
config/com/web/assetmanager/InventoryViewConfiguration.properties (Custom)
/config/atg/bizui/activity/ActivityManager.properties (OOTB)
config/com/activity/ActivitySource.properties (Custom)
/config/com/activity/genericActivities.xml (Custom)
Restart the publishing server if it is already running.
source: https://community.oracle.com/thread/2354883