IBM Support

RCP: Setting output template for Custom Screen in SMCFS 8.5

Troubleshooting


Problem

RCP: Setting output template for Custom Screen in SMCFS 8.5

Symptom

How to set output template for custom screens in COM/SOM/SOP PCAs?

Resolving The Problem

Steps:

1. Create custom screen through RCP extensibility tool.

2. In ycml file, mention the screen name, command, and command's output namespace (output template) and input namespace (input template)

3. Output and input templates are present in the following folder structure:

<INSTALL_DIR>/extensions/global/template/<CUSTOM_PLUGIN_ID>/<SCREEN_NAME>/nam espaces

4. Rebuild resources.jar (Refer to Customization Guide for steps to rebuild resources.jar file)

5. Rebuild EAR file and deploy it.

Snippet from ycml file

<form Id="NewSearchListPanel">
<commands>
<command APIName="getOrderList" APIType="API" Name="getOrderList" URL="DEFAULT" inputNamespace="orderList_Input" outputNamespace="orderList_Output" version="ver77"/>
</commands>
<namespaces>
<namespace name="orderList_Output" templateName="orderList_Output" type="output"/>
<namespace name="orderList_Input" templateName="orderList_Input" type="input"/>
</namespaces>
</form>

[{"Product":{"code":"SS6PEW","label":"Sterling Order Management"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Extensions","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Product":{"code":"SS6PEW","label":"Sterling Order Management"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Adapters","Platform":[{"code":"","label":""}],"Version":"","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Product":{"code":"SS6PEW","label":"Sterling Order Management"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Mapping and Translation","Platform":[{"code":"","label":""}],"Version":"","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Historical Number

NFX8632

Product Synonym

[<p><b>]Function Area[</b><p>];RCP;[<p><b>]Severity[</b><p>];Normal

Document Information

Modified date:
16 June 2018

UID

swg21553324