xCP 2.0 Dynamic Input Screen

joebruton510
joebruton510 Member
edited January 24, 2013 in Documentum #1

Good Day,

I have a requirement to create a dynamic input page similiar to to the Manage Application Parameters page.

Is this at all possible or is there an alternative way to go about this.

Joe

Tagged:

Comments

  • dnvhariprasad
    dnvhariprasad Member
    edited January 24, 2013 #2

    It is not possible OOTB.

    Alternate way is create your own widget in extjs and then use that widget in the application page.

    In ExtJS, you can call the services (your own services) and then generate the fileds dynamically.

  • joebruton510
    joebruton510 Member
    edited January 24, 2013 #3

    Thanks for the reply.

    Do you know where I can find a sample extjs widget that retrieves values from the repository?

    Joe

  • dnvhariprasad
    dnvhariprasad Member
    edited January 24, 2013 #4

    no there is none available at this moment.

    if you are good enough in spring, you can add your own dispatcher in the config file and then use Extjs AJAX features to retrieve the data.