Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Input form ref meaning

Avatar

Level 3

Hi All,

I would like to understand the meaning of below line -

  <form name="delivery" ref="adi:delivery:delivery" type="notebook"/>

What does ref refers to? is it adi:delivery form? kindly help me in understanding the same.

Thanks Much In Advance!

Nidhi

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Nidhi,

For instance, in nms:deliveryDet form definition, you can find this reference used:

ref="nms:delivery:lib/summary"

It follows the XPATH syntax after the space name:form name.

and so, you can find the XML code definition in the nms:delivery form definition:

<container img="nms:delivery.png" label="Résumé" name="summary">

which is defined for:

  <container name="lib" type="visibleGroup" visibleIf="false">

In your case you should find a "file" / line in Input form list adi:delivery, and look for delivery container definition.

Hope this helps.

Regards.
J-Serge

View solution in original post

3 Replies

Avatar

Level 3

Hi Jean-Serge Biron​,

Can you please help me in understanding the usage for ref in the form tag in input for ? For what purpose we are using the same.

Regards,

Nidhi

Avatar

Correct answer by
Level 10

Hi Nidhi,

For instance, in nms:deliveryDet form definition, you can find this reference used:

ref="nms:delivery:lib/summary"

It follows the XPATH syntax after the space name:form name.

and so, you can find the XML code definition in the nms:delivery form definition:

<container img="nms:delivery.png" label="Résumé" name="summary">

which is defined for:

  <container name="lib" type="visibleGroup" visibleIf="false">

In your case you should find a "file" / line in Input form list adi:delivery, and look for delivery container definition.

Hope this helps.

Regards.
J-Serge

Avatar

Level 3

Hi Jean-Serge Biron​,

Thanks Much!

I am able to do the customization of form in order to avoid mishappening with our already existing template having some additional field. We are creating new customize form and providing our reference in nms:delivery form.

Regards,

Nidhi