select SUM("UsrAmountForTheMonth") from table abc where agent = 'A' and client = 'B' and resolved != 'C'
agent , client and resolved all three are lookup column and UsrAmountForTheMonth is of decimal type.
I have to do it on the frontend i,e using Edit page schema. I have written the below code but nothing pop up on the screen when I refresh and open the record.
I want to understand where I am making mistake . It should in esq query formation.
Im working on a business process to send an email from in the document section, i want to include any attachment in the object to the email through the process.
Any advise on which object i should pull the attachment from and whats the best way to do this is welcomed.
You can use the object Document attachment to read attachments. The send element should be implemented in the business process using a script task element and creating a correct script for it. You can find an example of such task here: https://community.creatio.com/questions/add-orders-attachments-email
I am trying to use the show on map function from the contact section page and add it to the actions on the contact record page.
I have added the function to the page schema and added it to the actions menu. However, when I load the page, the button works and displays the map but it doesn't display the caption string on the button.
Though oddly, when I reload the page, the string appears but the map then won't load.
Caption is not displayed since once the edit page is reviewed in combined mode then localizable values are being received from the section schema. To resolve this problem you need to:
1) Add the same localizable value to the ContactSectionV2 schema as on the ContactPageV2 schema
2) Add this part of code to the contact page schema:
I created an Excel report on 5/4 and was able to successfully run in several times. However, it will not run now and gives the attached error message. I recreated the report and it is also giving me this error message. However, if I run one of the other excel reports I created it runs just fine. What could be the issue with this?
please download the template of the report via the 'Download template' button and try it open without data. Come back with results. The issue relates to the xlsx file itself.
Kindly send the xlsx file without data so that we could investigate the template itself. Also, please specify what operating system (+ version) you are using on your PC.
I just created a brand new report and again I am getting the .xlsx file extension error. This has been going on for almost a month now and I need to pull report asap. Please assist as this is now an urgent matter.
Sorry for my belated reply and thank you for your post.
The point is that our responsible team's been trying to figure out the problem all this time. My colleagues checked and double-checked the template and it downloaded OK for them, so it was hard to detect the error.
We are very glad it is resolved for you now and highly appreciate your attention to detail.
I've seen that when a case is automatically created upon receiving an email, the case "Source" field is "email".
I have several mailboxes used to create cases and I'd like to set different "source" values depending on the source mailbox (for example "email mailbox1", "email mailbox 2", ecc) to make statistics and better distinguish cases depending on the source mailbox that originated the case.
How can I configure the "source" field for a case depending on the mailbox that created it?
As an option, you can use a Category field for this purpose.
You can specify names of mailboxes in this field by editing "Case categories" lookup.
Please follow this academy article to find information on how to create a connection between Case Category and Mailbox the case has been registered from.
Hello, I've created a custom section and notice when I add a new record and click save, the record automatically closes and takes the user back to the Section to view the list of records. Is there a setting that can be changed so when you save a new record, the page does NOT close and instead the user stays on the page?
I have been having issues changing the default behavior when adding a record from a detail with an editable list. After adding the “IsEditable” attribute to my detail schema, whenever I want to add a record from the detail page a new row is added rather than showing the edit page for adding a new record. Is there a way I change this behavior?
You can override the method openCardByMode in the detail schema, forcing the detail to open the card instead of adding a row. You can see the original method in the BaseGridDetailV2 schema in the NUI package.
You can override the method openCardByMode in the detail schema, forcing the detail to open the card instead of adding a row. You can see the original method in the BaseGridDetailV2 schema in the NUI package.