Hi All,
There are 2 types of customization in SRM 7, one is fields/buttons in screen, another is logic.
For fields/buttons atleast there are few documentation( forum posts/ blogs), but for customizing/adding a logic there are no posts.
Please someone can share(URL) the technical architecture of SRM 7.0?
Need detailed information about CLL Layer and PDO Layers.
In our requirement, we need to get some items based on Product Category, and populate them as items in Drop Down field in Account Assignment details tab.
Currently we are adding all the items in the new Drop Down field, but need to filter based on the Product Category.
The Drop Down field is in Account Assignment Details WD Component, and Product Category is in another Item Data WD component, how to get the Product Category of current SC Item in Account Assignment Details WD Component?
Also, How to set the first item as default value to the Drop Down field? The sel. cardinality is 0..1(standard), and when we set using code, it is not working.
Thanks,
Prabhakar