Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I have a scenario where there is an attribute (say Sample String1)which has a pair of json values("bat:MRF, ball:stumper, team:csk")
Now I will have to display these values as "Attribute-value" pair in a custom Tab which I have created.
Note: These Json values are received from another third party tool, we need to display these as attribute value pair in the custom Tab.
Need guidance and help on how to achieve this.
Using custom MVC attribute panel builder you can render the key- value pair in the simple string component
Do we have any sample implementation cpde for this..Im a beginner in customisation and need guidance
Hi @SK_12337814
1.Create the action for your panel builder and define the component in the action.
2.Define the submodel for the custom tab in the custom-actionModels.xml under your object specific model. and add the custom action created in step 1.
3.Create the required attribute(bat,ball,team) in type and attribute management
3. Refer this MVC attribute panel builder and update to your requirement