Social Connection Template

A social connection template defines how the system connects to Content and Experience Cloud for any EnterpriseOne user. A social connection includes information about the Content and Experience Cloud user and password used to establish the connection and the parent folder. A social connection can be added for any valid EnterpriseOne user, role, or *PUBLIC.

A social connection template JDE_SOCIAL_CONNECTION is shipped with the JD Edwards EnterpriseOne product. You must use the JDE_SOCIAL_CONNECTION soft coding template to create soft coding records for social connections. Verify that this template exists in EnterpriseOne before creating social connection soft coding records.

If EnterpriseOne does not have a JDE_SOCIAL_CONNECTION soft coding template, you must create one. To create a JDE_SOCIAL_CONNECTION template:

  1. Access the P953000 application.

  2. Click Add.

  3. Enter JDE_SOCIAL_CONNECTION in the Template Name field.

  4. Enter JDE Social Connection Template in the Description field.

  5. Enter JDE_SOCIAL_CONN in the SoftCoding Key field.

    Note: The value for SoftCoding Key must be JDE_SOCIAL_CONN. You cannot use any other value for this field.
  6. Enter the following in the Value field:

    <docs>
    <endpoint>https:// cloudserviceurl</endpoint>
    <username>user id</username>
    <password>_||_password_||_</password>
    <properties>
    <property><name>parent folder</name><value>folder id</value></property>
    </properties>
    </docs>
    

    For more information on the guidelines for the soft coding value parameters, see Soft Coding Value Guidelines in this guide.

    Note: Do not make any changes to the "<name>parent folder</name>" string. Enter the folder ID only in the "<value>folder id</value>" string. For example, if the parent folder ID is F0239D34, the parent folder parameter will be: <property><name>parent folder</name><value>F0239D34</value></property>
  7. Enter the Mask Fields in the grid.

    Mask fields are the fields that have _ | | _ as a prefix and suffix. However, you do not include the prefix and suffix when entering the mask field in the grid. The system adds the prefix and suffix for you.

  8. Click OK to save the template.