Running XML Publisher report in AE using PS Query Data Source
/*fill prompt record*/&rcdQryPrompts = &ReportDef.GetPSQueryPromptRecord();
If Not &rcdQryPrompts = Null Then
If Not Prompt(&ReportDef.GetDataSource().Name, "",&rcdQryPrompts) Then Exit;
End-If; &ReportDef.ProcessReport(&sTemplateId, %Language_User, %Date, &sOutputFormat);End-If;
End-If;
End-If;
No comments:
Post a Comment