Hi all,
I want my customer statement does not include transaction with prepayment type. I have created a parameter doctype and filter conditions type does not equal ‘PPM’ but it does not work.


Thanks in advanced.
Hi all,
I want my customer statement does not include transaction with prepayment type. I have created a parameter doctype and filter conditions type does not equal ‘PPM’ but it does not work.
Thanks in advanced.
Hi
I have add one condition and able to exclude the prepayments.
Before condition and after conditon
Seems to be parenthesis is missing in the last condition?
Hi
I have add one condition and able to exclude the prepayments.
Before condition and after conditon
Seems to be parenthesis is missing in the last condition?
Thanks
I have the same issue that
My setup for the statement report is the same as
Here is a screen shot of how I have set it up:
I initially had a parameter set up exactly as
Any thoughts on why my report isn’t filtering with this same solution? Below is a screen shot of the Table Relationships for the ARStatementDetailInfo table in the Build Schema. Perhaps something there is amiss?
One final thing - here is the code for that field on the report:
Any help would be appreciated.
Patrick
Eureka! The last bit I posted was the thing that was preventing the earlier code form working. On the report, the field was using an IF statement. I commented it out and simply went with:
=Report.ExtToUI('ARStatementDetailInfo.PrintDocType', ARStatementDetailInfo.PrintDocType])
Voila! It is printing correctly now and excluding the Prepayments and Voided Payments in the report.
Awesome! Thank you for sharing your solution with the community
I am looking at this as I have the same need. I was able to remove the prepayments from the detail lines but cannot figure out how to get the again buckets to only reflect what is printing. This is a majorly complicated form, well over my head!
Have any of you been able to address this?
Any help would be tremendously appreciated. Thank you!
I am looking at this as I have the same need. I was able to remove the prepayments from the detail lines but cannot figure out how to get the again buckets to only reflect what is printing. This is a majorly complicated form, well over my head!
Have any of you been able to address this?
Any help would be tremendously appreciated. Thank you!
I am having this same issue - there is no variable that contains only prepayment amounts, and the totals along the bottom are populated by AgeBalance00, AgeBalance01, etc fields on the DAC. There’s no corresponding prepaymentn DAC field.
Currently I’m trying to extend the DAC and calculate the prepayments by attaching to the processing function for the customer statement screen. I’ll try to update here how that goes.
Has anyone been able to get the age buckets to exclude prepayments from the totals? We are stuck at the same spot.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.