Form Prefill Service Identifier | Community
Skip to main content
Level 5
December 17, 2018
Solved

Form Prefill Service Identifier

  • December 17, 2018
  • 2 replies
  • 1859 views

Adobe Experience Manager Help | Prefill adaptive form fields

As per this document, you can use service://[SERVICE_NAME]/[IDENTIFIER]to call a service to prepopulate a form and also use "Identifier" to pass more info to the service.

Anybody has more details on what this IDENTIFIER is supposed to look like? Also how do we retrieve it from within the service?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mayank_Gandhi

SERVICE_NAME refers to the name of the OSGI prefill service. Refer Create and run a prefill service. IDENTIFIER refers to any metadata required by the OSGI prefill service to fetch the prefill data. An example of meta-data could be an identifier to the logged-in user.

Here is a sample to get a logged in user

Adobe Experience Manager Help | Prefill Service in Adaptive Forms

Thanks,

Mayank Gandhi

2 replies

Mayank_Gandhi
Adobe Employee
Mayank_GandhiAdobe EmployeeAccepted solution
Adobe Employee
December 19, 2018

SERVICE_NAME refers to the name of the OSGI prefill service. Refer Create and run a prefill service. IDENTIFIER refers to any metadata required by the OSGI prefill service to fetch the prefill data. An example of meta-data could be an identifier to the logged-in user.

Here is a sample to get a logged in user

Adobe Experience Manager Help | Prefill Service in Adaptive Forms

Thanks,

Mayank Gandhi

Mayank_Gandhi
Adobe Employee
Adobe Employee
January 22, 2019

Hi Jake,

Hope the query is resolved now, please confirm?