Post Event to Feed Smart Service

Certified Senior Developer

Hi all,

The requirement is to add data to the 'More info' section within a Post Event to Feed Smart Service.
Can anyone please tell me how can i achieve this ?

Thanks,

Preji

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Hi Preji,

    To add more info in your news feed you need to populate "Event Data" in the node input of Post Event to Feed Smart Service. Event Data requires two values i.e. label and value and you can populate it based on your requirement.

    For ex : If i need to display employee name in the More Info Section i can configure the Event Data value at parent level as below:
    {label:"Name : ",value:pv!empName}

    Thanks,
    Nitesh
Reply
  • 0
    Certified Lead Developer
    Hi Preji,

    To add more info in your news feed you need to populate "Event Data" in the node input of Post Event to Feed Smart Service. Event Data requires two values i.e. label and value and you can populate it based on your requirement.

    For ex : If i need to display employee name in the More Info Section i can configure the Event Data value at parent level as below:
    {label:"Name : ",value:pv!empName}

    Thanks,
    Nitesh
Children
No Data