and do refreshing on dataset PurchPurchaseOrderLine. The error raise
Element
':PurchPurchaseOrder.Parameters.IsPurchConfirmationRequestJournal' has already been defined.To correct this, rename one or more of the model elements so that they have a unique name.
Do following step in order to fixed the problem
1. just rename it the parameter IsPurchConfirmationRequestJournal become IsPurchConfirmationRequestJournalX (you can do as you want)
2. set property this IsPurchConfirmationRequestJournal
- allow blank
- nullable
3. after you rename it, right click the report PurchPurchaseOrder and klik restore. (just klik ok if there is popup windows)
4. do refreshing again on dataset PurchPurchaseOrderLine
when doing system will create for you another parameter which is IsPurchConfirmationRequestJournal
and change this parameter property like above
- allow blank
- nullable
5. Klik the report rebuild and deploy
Thats it and Good luck
Wasalam
2 comments:
Thanks a lot!
Had the exact same issue!
Thank you! This was the second issue that I had with this report. I'll post the first issue on my blog.
Thanks Again!
Post a Comment