cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe form link in all line items

former_member184112
Active Contributor
0 Kudos

Hi,

I have a tipical requirement in WDA Adobe forms.

In a list of material line items, when ever click on any one of the items it should have link to the another adobe form depends on material type.

In this case we have 3 types of material types.So, here i have 3 different forms.

So, depends on this material type that each item should have to link with any of these 3 forms.

How can we do this?

Thanks and Regards,

Prabhakar Dharmala

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use get attribute to get the value from context element and pass it to IF_WD_NAVIGATION_SERVICES~DO_DYNAMIC_NAVIGATION

Provide the following parameters to get the navigation link:

SOURCE_PLUG_NAME

PLUG_PARAMETERS = attribute value(which u want to provide link)

TARGET_COMPONENT_NAME

TARGET_PLUG_NAME

REWARD points..:-)

Answers (0)