Search
-
Hey,
I would start by looking at the condition block for "If Email payment notification template is checked ..."
But if this error started happening after you added the new condition statement block it maybe due to where you listed the condition statements.
Listed you should see an existing Condition Statement block: ...
-
Hey,
Are you getting that error after clicking on the Process Payment button?
The email address that is being used to send notifications is listed under Customize > My Account > Default Email Preferences.
- Mortaza
-
Hey,
We are experiencing intermittent issues with Report server. It should be resolved now, subscribe to this thread for updates as we keep can eye on it.
- Mortaza
-
Hey Afrodite,
You can retrieve that information but it would require a SQL Override.
First start off by creating a new field to your Contacts table and set it as a Money field.
Second add that field to your Contacts grid.
Now Go into the Advanced properties for the field and add the following SQL Code:
select ...
-
Also since you want it to be within a specific date range, make sure you add that to the filter as per step 10.
The fields will be: DueDateStart and DueDateEnd which is the Due On & Due Ending as listed on New Activity screen.
- Mortaza
-
Hey,
Following THIS Help Center article it explains how to delete multiple records while looping through a grid. This article is geared toward deleting customers but following the same steps you can complete the process for Activities not equal to Completed.
In your case on step 4: choose the Activities table. On ...
-
Hey Matlow99,
The logic would be:
if Payment = APPROVED then Pop-up Message: "payment processed" then Redirect to home screen /end.
First we need to find which Action Result stores the value if the payment was approved or declined. These actions all sit within the Process Payment button object. Within the Process Payment button ...
-
Hey Matt,
There is no ETA in place for when it will be available. But I have brought it up with our development team, as soon as I receive an update from them I'll post it on this thread here.
- Mortaza
-
Hey Mike,
All the changes were done on my test account (EditCase). I cannot make the changes on the screen for you. Follow my original post and you should be able to have it working the same way on your account:
- Open your CMR_EditCase_CSv2
- Edit the OnScreenLoad-DONOTSHOW object
- Within the "If Case Activity ...
-
Hey Matt,
I was able to replicate this issue. I have created a ticket for our development team, I'll keep you posted in this thread.
- Mortaza
|
|
|