Koshy
11/02/2024, 7:09 AMCeligo AI
11/02/2024, 7:09 AMAI generated answer (using internal Slack threads):To get the applied and unapplied amount of Payments record type in a saved search reports, you can use the 'Amount Remaining' field. This field will give you the unapplied amount for the Payments. For the applied amounts, you can use the 'Applied to ...' join to get the details of what the Payment has been applied to. For Customer Deposits, it's a bit more complex as they apply differently compared to other transactions. You can do a grouped search summarizing Deposit Application(s) applied against the Customer Deposit. This can be done via the 'Applying' join. Then, you can calculate the remaining unapplied amount by subtracting the sum of applying amounts from the max of Customer Deposit amount. Here is a sample of how to do it: 1. Set the criteria to Type=Customer Deposit and Posting=Yes. 2. In the results tab, use the fields with the (...) after them at the bottom of the field list. These are the joins. 3. Use a formula to calculate max(Customer Deposit amount)-sum(applying amount). Remember, the 'Applying' join gives you the total of all the Deposit Applications, and the 'Applied to ...' join gives you the details of what the Customer Deposit is applied to. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
11/02/2024, 7:09 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.818440914
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.811432421
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.811072052
Celigo AI
11/02/2024, 7:09 AMKoshy
11/02/2024, 7:16 AMCeligo AI
11/02/2024, 7:30 AMKoshy
12/01/2024, 12:36 AM