Hi Alessandro.. Thanks a lot for your help!
Yes I have binded each of the Outport parameter to Corresponding Target inport.
But i think i am confused in one thing.
Step 1:
I have created a BOAction : and assigned it to the one of the Action of my BO.
Step 2:
Now that action ( genratePDF) has below code :
this.refreshmethod();
//Pdf genration
FormTemplateCode.content = "YV3R6L49Y_PP9";
PDF = OutputManagementUtilities.GetPDF(this,FormTemplateCode,FormTemplateLanguage);
docName = "Sy_Bau_Summaryform.pdf";
doctype.content = "10001";
now the variable PDF has some values in its content attribute.
Step 3:
Now I am calling FireOutport : Preview. That has two parameters : 1. Group Code where i am paasing a constant the Group code of my .ftgd
2. Foecefrontend which is always true.
step 4:
In the Model dialog i have binded my ROOT to NodeRefrencebinding.(in binding configuration)
and in navigation i have binded my Outport to Target with group code and forcefrontednd.
Now when i click on button it is first firing the BOAction and then this outport , IMHO No where my variable for PDF is getting accessed!
So in a way its try to trigger the form but how will i then use PDF variable which has the content attribute...
I hope i am clear about the issue !
Regards,
Dhruvin