Hello,

How can I change the button names on the send email page? (Save and Close)

Also, how can I change the word 'Question' on top of the user dialog page?

Thanks,

Chani

Like 0

Like

4 comments
Best reply

Hello Chani,

 

As for the Save and Close buttons on the send email page - you need to create a replacing view model for the EmailPageV2 schema and modify the value for two localizable strings: SaveButtonCaption and CloseButtonCaption.

 

As for the "Question" word: you need to create the replacing view model for the UserQuestionProcessPageV2 and modify the value for the HeaderCaption localizable string.

 

Best regards,

Oscar

Hello Chani,

 

As for the Save and Close buttons on the send email page - you need to create a replacing view model for the EmailPageV2 schema and modify the value for two localizable strings: SaveButtonCaption and CloseButtonCaption.

 

As for the "Question" word: you need to create the replacing view model for the UserQuestionProcessPageV2 and modify the value for the HeaderCaption localizable string.

 

Best regards,

Oscar

Oscar Dylan,

Thank you. Trying... 

Oscar Dylan,

if I change the  HeaderCaption of the UserQuestionProcessPageV2 it would change all of my user dialogs, correct?

What if I want a different header for each user dialog?

 

 Chani Karel,

 

There is a getHeader method on the base UserQuestionProcessPageV2 that gets the dialog header from the localizable strings:

so in case you need different dialogs to display different header caption you need to modify this method in the replaced schema.

 

Best regards,

Oscar

Show all comments

Hi,

 

I'm working with the "Send Email with Attachment" element from the marketplace and I'm getting a strange error.

 

Terrasoft.Common.InvalidObjectStateException: Property "Recipient1" is missing in type "EmailTemplateUserTask".

   at Terrasoft.Common.ReflectionUtilities.GetPropertyDescriptor(Object source, String propertyName)

   at Terrasoft.Core.Process.ProcessActivity.GetParameterValue(ProcessSchemaParameter parameter)

   at Terrasoft.Core.Process.Configuration.EmailTemplateUserTask.GetEmailAddresses(String parameterNamePrefix)

   at Terrasoft.Core.Process.Configuration.BaseProcessEmailMessageProvider.CreateEmailMessage()

   at Terrasoft.Core.Process.Configuration.BaseProcessEmailMessageProvider.GetEmailMessage()

   at Terrasoft.Core.Process.Configuration.GlbSendEmailAttachUserTask.InternalExecute(ProcessExecutingContext context)

   at Terrasoft.Core.Process.ProcessActivity.ExecuteElement(ProcessExecutingContext context)

   at Terrasoft.Core.Process.ProcessActivity.ExecuteItem(ProcessExecutingContext context)

   at Terrasoft.Core.Process.ProcessFlowElement.Execute(ProcessExecutingContext context)

 

The strange thing is that all the element's fields are filled in.

Furthermore, It's a process I copied from a working process with this element.

I also tried deleting the element, but the issue presists.

 

Looking forward to having an advice on this issue.

 

Thanks,

Raz

Like 0

Like

4 comments
Best reply

Hello Jelena,



You can now send emails with attachments out of the box using 'Process file' and 'Send email' process elements.

Dear Raz,

 

Try to check the process by enabling trace and checking it in the executed process. Also, you can switch automatic sending to manual and check the recipient field in a created email. 

 

Best regards,

Angela

Angela Reyes,

Thank you

I'll check that

Hello Creatio team,

I've just tried to install add-on in Creatio 7.18.1 version (full-bundle) and I am getting below error when I try to use this element in the business process. 

Please check. Thank you in advance.

 

BR,

Jelena

Hello Jelena,



You can now send emails with attachments out of the box using 'Process file' and 'Send email' process elements.

Show all comments

Hello, I created a new custom package to build a new custom section and business processes in. What package must mine depend on for emailing from a process to work? Right now my package depends on:

  • Base
  • CloudEmailService
  • DesignerTools
  • Managers
  • MarketingCampaign
  • NUI
  • ProductCore

Right now I've been able to write and save processes, however the process parameters are showing up blank in the email. It works if I write the process in the normal "custom" package, but why might it not work in my new package?

 

Like 0

Like

2 comments

Hello Mitch,

 

Please add these packages as dependent packages for your package:

 

MarketingSoftkeyEnu

OrderInSales_OperatorSingleWindow_Softkey_ENU

SalesEnterprise_Marketing_ServiceEnterprise

SalesEnterpriseSoftkey_EN

ServiceEnterpriseSoftkey

 

Once done please generate source code for all items, compile all items of the app and everything should work as needed.

 

Best regards,

Oscar

Oscar Dylan,

Thanks Oscar. I did get it to work.

Show all comments