Creating a Soft Coding Record

Use the Soft Coding Records (P954000) application to create a connection to OGL for the JD Edwards EnterpriseOne Orchestrator Studio.

Creating a Soft Coding Record Using a Template

Follow these steps if you have already created the OGL_ORCHESTRATOR_STUDIO template as described in the previous section to create an OGL connection to the JD Edwards EnterpriseOne Orchestrator Studio:

  1. Access the P954000 application.

    Alternatively, from Navigator, select EnterpriseOne Menus, EnterpriseOne Life Cycle Tools, System Administration Tools, Soft Coding Administration, and then select Soft Coding Records.

  2. Click Add.
  3. In the User/Role field, enter the EnterpriseOne user, role, or *PUBLIC.
  4. In the Environment Name field, enter the EnterpriseOne environment for which you are creating an OGL connection.
  5. In the Template Name field, enter OGL_ORCHESTRATOR_STUDIO.

    Note: You can use the Visual Assist (Search) icon to search for and select the OGL_ORCHESTRATOR_STUDIO template.
  6. Click the Populate Soft Coding Value button to populate the Soft Coding Description and Soft Coding Value fields with the information from the OGL_ORCHESTRATOR_STUDIO template.

    Note: The Record Type field is left blank by default.
  7. In the Soft Coding Value field, replace the Application ID in the Soft Coding Value for your connection (if not already added in the template). Also, ensure that the endpoint is valid. Contact your system administrator and change the endpoint if required.

    Note: Application ID is unique for an account. Your Application ID can be found in your OGL provisioning document and in the Setup tab of the OGL Console. For more information, contact your system administrator.

    For more information, see the Your OGL App ID section in the Oracle® Guided Learning User Guide.

    <webservice>
        <endpoint>guidedlearning.oracle.com/player/latest/static/js/iridizeLoader.min.js</endpoint>
            <properties>
                <property><name>oglappid</name><value>Application ID</value></property>
                <property><name>env</name><value>prod</value></property>
                <property><name>AnonymizeUser</name><value>NOTTRUE</value></property>
            </properties>
    </webservice>
    
  8. Click OK to save the record.

    Note: You must log out and then log back into the JD Edwards EnterpriseOne Orchestrator Studio to view the OGL widget.

Creating a Soft Coding Record Without a Template

You can create the OGL connection directly in the Soft Coding Records (P954000) application for the JD Edwards EnterpriseOne Orchestrator Studio.

Follow these steps to create a soft coding record for OGL connection to Orchestrator Studio if you have not created the OGL_ORCHESTRATOR_STUDIO template:

  1. Access the P954000 application.

    Alternatively, from Navigator, select EnterpriseOne Menus, EnterpriseOne Life Cycle Tools, System Administration Tools, Soft Coding Administration, and then select Soft Coding Records.

  2. Click Add.
  3. In the User/Role field, enter the EnterpriseOne user, role, or *PUBLIC.
  4. In the Environment Name field, enter the EnterpriseOne environment for which you are creating an OGL connection.
  5. Leave the Template Name field as blank.

  6. In the Soft Coding Key field, enter OGL_ORCHESTRATOR_STUDIO.

    Note: The Record Type field is left blank by default.
  7. In the Soft Coding Value field, copy and paste the following value:

    <webservice>
        <endpoint>guidedlearning.oracle.com/player/latest/static/js/iridizeLoader.min.js</endpoint>
            <properties>
                <property><name>oglappid</name><value>Application ID</value></property>
                <property><name>env</name><value>prod</value></property>
                <property><name>AnonymizeUser</name><value>NOTTRUE</value></property>
            </properties>
    </webservice>
    

    Replace the Application ID in the Soft Coding Value for your connection. Also, ensure that the endpoint is valid. Contact your system administrator and change the endpoint if required.

    Note: Application ID is unique for an account. Your Application ID can be found in your OGL provisioning document and in the Setup tab of the OGL Console. For more information, contact your system administrator.

    For more information, see the Your OGL App ID section in the Oracle® Guided Learning User Guide.

  8. Click OK to save the record.

    Note: You must log out and then log back into the JD Edwards EnterpriseOne Orchestrator Studio to view the OGL widget.