Время создания
Filters
CommunicationOptions
Validator

Hi Creatio Community,

 

I'm trying to find a better solution for validating CommunicationOptions specifically for phonu numbers. With the code shown below, the validation works, but it's logic is applied for all type of items so email, phone number or Skype. Im trying to find something that could let me differentiate types and implement a logic only for that specific type (in my case phone numbers).

"ContactCommunicationOptionsDS_Number": {
                                    "modelConfig": {
                                        "path": "ContactCommunicationOptionsDS.Number"
                                    },
                                    "validators": {
                                        "validateOptions": {
                                            "type": "usr.Validator"
                                        }
                                    },
                                },

I know that there were some tickets already made in the past with almost no result, so if you need a validation logic and don't mind applying it on all types of communication, feel free to use it.

Best regards,

Tuan Dang.

Like 0

Like

0 comments
Show all comments


I am trying to design the Business process in Creatio where i am trying to read  response returned by 3rd party web service which  returns the response in XML.  

For processing the XML response, i have added the new  class (source code) in my package with name CustomerHelper which i added in my package.

now when I add Script task element and add below code into it, it shows error as below.

Code from script task :- 
    
            string xmlResponse = Get("ResponseAPI");

            var names = Terrasoft.Configuration.CustomerHelper.ParseCustomers(xmlResponse);

            Terrasoft.Configuration.CustomerHelper.CreateAccounts(UserConnection, names);

            return true;

Error I received as given below.

The type or namespace name 'CustomerHelper' does not exist in the namespace 'Terrasoft.Configuration' (are you missing an assembly reference?)    CS0234    37
The type or namespace name 'CustomerHelper' does not exist in the namespace 'Terrasoft.Configuration' (are you missing an assembly reference?)    CS0234    35

 

This same process worked for me using Creatio cloud but I am getting above error when I do it in Creatio On premise.

Does anyone have any suggestion what i am doing wrong while doing it in Creatio On-premise 
 

Like 0

Like

1 comments

(1) Are you sure that the namespace for the class in the source code is correct? (2) Does the source code schema and the process exist in the same package? (3) Are the methods you're using static? (I don't see where you've used new to create an instance of the class, so assume they're static?)

Show all comments
How_to_Hide_a_Button_on_Add_Record_Page_in_Freedom_UI?
Studio_Creatio
8.0

I am working in Freedom UI and need to hide a custom button on the Add Record page.

The requirement is:

  • The button should be hidden when creating a new record
  • The button should be visible after the record is saved (Edit mode)

I tried using a business rule with the condition:
Page is opened or one of the attributes in conditions changed.

And checked whether a specific field is filled in. However, I would like to confirm the best and recommended approach to detect Add mode properly in Freedom UI.

Is checking whether the Id field is filled in the correct way to handle this scenario?
Or is there a better way to control button visibility based on Add/Edit mode?
 

Like 0

Like

3 comments

Hello,

Please note that there is no difference between a saved and unsaved record in the system - even all of the system fields like Id, CreatedOn, CreatedBy etc are already pre-filled in before saving. So there's no field that would automatically change after saving, that we could base such a business rule on.

The best solution in such case would be to create separate pages - one for adding new records where this button would be absent, and another page for editing records where this button would be present.

We will also register this idea for our R&D team and they will review the possibility of adding such functionality in future.

I typically hide buttons based on whether all the necessary fields have been completed. You can also set the button set to save data before running a process so if mandatory fields not populated it will not save and run. Alternatively as you have said you can do it in a business process by populating a hidden field when new record is created and then having a business rule based on that. I am not sure you can use ID for this as it is pre-populated like other fields

This is a point of frustration. Previously you could use something like CreatedOn for this, but that no longer works. I typically use an attribute bound to the visibility of the button and set the attribute based on changes to request.$context.CardState, but when adding a new record, the CardState doesn't change once saved, so you have to also set the attribute in the save request also. It's a lot of extra work that should not be necessary, but the only way it works currently. 

Ryan

Show all comments
MessageComposer
Service_Creatio_enterprise_edition
8.0

I want that based of the role of the user, some users should need approval from a supervisor.
So if the role is probation instead of the send button they should see a "request approval" button

and that button should set the email to draft so when the supervisor sees it can send it if correct.

the question is about modifying the MessageComposer to shows this different buttons.
the functionality i can do with a handler.

Thank you

Like 0

Like

0 comments
Show all comments

Hello everyone,

I’m facing mass compilation errors in a local Creatio 8.3.0.3070 environment (on-site, PostgreSQL) after package synchronization.

After merging with the dev branch and performing:

  • Download Packages to File System
  • Update Packages from File System
  • Full compilation
  • IIS restart

the system generates more than 200 compilation errors.

Most of them are:

CS0246 — The type or namespace name could not be found

Examples of missing types:

  • BulkEmail
  • AppForm
  • AppValidationItemFile
  • AccountDuplicate
  • SysProcessFile

Errors appear in base packages (CrtCoreBase, CrtBulkEmail, CrtFinservApplication, CrtCampaign, CrtEmailMarketingApp, etc.), not only in custom packages.

The environment was compiling correctly before synchronization.
After updating packages, the issue persists.

I’m attaching the full list of errors below.
File name

Description

Code

Line

Account.BackReferences.CrtCoreBase.cs

The type or namespace name 'AccountDuplicate' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Account.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormCareer' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Account.BackReferences.CrtCoreBase.cs

The type or namespace name 'AccountDuplicate' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Account.BackReferences.CrtCoreBase.cs

The type or namespace name 'AccountCommunication' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AccountInTag.BackReferences.CrtBase.cs

The type or namespace name 'AccountTag' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AccountInTag.BackReferences.CrtBase.cs

The type or namespace name 'AccountTag' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AccountIndustry.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormCareer' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AccountOwnership.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormCareer' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Activity.BackReferences.CrtCoreBase.cs

The type or namespace name 'ActivityInTag' could not be found (are you missing a using directive or an assembly reference?)

CS0246

ActivityCategory.BackReferences.CrtCoreBase.cs

The type or namespace name 'ActivityCategoryResultEntry' could not be found (are you missing a using directive or an assembly reference?)

CS0246

ActivityResult.BackReferences.CrtCoreBase.cs

The type or namespace name 'ActivityCategoryResultEntry' could not be found (are you missing a using directive or an assembly reference?)

CS0246

ActivityStatus.BackReferences.CrtCoreBase.cs

The type or namespace name 'ActivityTypeStatusEntry' could not be found (are you missing a using directive or an assembly reference?)

CS0246

ActivityTag.BackReferences.CrtBase.cs

The type or namespace name 'ActivityInTag' could not be found (are you missing a using directive or an assembly reference?)

CS0246

ActivityType.BackReferences.CrtCoreBase.cs

The type or namespace name 'ActivityTypeStatusEntry' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AddressType.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormAddress' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormCommunication.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormCommunication.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormInFolder.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormInFolder.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormInTag.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormInTag.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormObligation.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormObligation.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormProperty.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormProperty.BackReferences.CrtFinservApplication.cs

The type or namespace name 'SpecInAppFormProperty' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppFormProperty.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppValidation.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppValidation.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppValidation.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppValQuestionResult' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppValidationAnswer.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppValQuestionResult' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppValidationItem.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppValidationQuestion' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppValidationItem.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppValidationItemFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

AppValidationItem.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppValQuestionResult' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BETArchiveFirstGeneration.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BETArchiveFirstGeneration.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BETArchiveSecondGeneration.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BETArchiveSecondGeneration.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailAudienceFolder.BackReferences.CrtEmailMarketingApp.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailAudienceFolder.BackReferences.CrtEmailMarketingApp.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailAudienceSchema.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailCategory.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailEventLog.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailEventLog.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailFile.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailFile.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailHyperlink.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailHyperlink.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailInBulkEmailSplit.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailInBulkEmailSplit.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailInFolder.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailInFolder.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailInTag.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailInTag.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailLaunchOption.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailPriority.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailQueue.BackReferences.CrtBulkEmailEngine.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailQueue.BackReferences.CrtBulkEmailEngine.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailQueueOp.BackReferences.CrtBulkEmailEngine.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailQueueOp.BackReferences.CrtBulkEmailEngine.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailRecipientMacro.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailRecipientMacro.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailRecipientReplica.BackReferences.CrtDynamicContent.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailRecipientReplica.BackReferences.CrtDynamicContent.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailReplicaHeaders.BackReferences.CrtDynamicContent.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailReplicaHeaders.BackReferences.CrtDynamicContent.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailReply.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailReply.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailSegment.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailSegment.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailSplit.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailStatus.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailTarget.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailTarget.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailThrottlingMode.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

BulkEmailType.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Campaign.BackReferences.CrtCampaign.cs

The type or namespace name 'VwBulkEmailInCampaign' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Campaign.BackReferences.CrtCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Campaign.BackReferences.CrtCampaign.cs

The type or namespace name 'CampaignAnalyticsLog' could not be found (are you missing a using directive or an assembly reference?)

CS0246

CampaignItem.BackReferences.CrtCampaign.cs

The type or namespace name 'VwBulkEmailInCampaign' could not be found (are you missing a using directive or an assembly reference?)

CS0246

CampaignItem.BackReferences.CrtCampaign.cs

The type or namespace name 'CampaignAnalyticsLog' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Case.BackReferences.CrtCaseManagmentObject.cs

The type or namespace name 'VwDeclarerComments' could not be found (are you missing a using directive or an assembly reference?)

CS0246

City.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormAddress' could not be found (are you missing a using directive or an assembly reference?)

CS0246

CommunicationType.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormMainContact' could not be found (are you missing a using directive or an assembly reference?)

CS0246

CommunicationType.BackReferences.CrtCoreBase.cs

The type or namespace name 'AccountCommunication' could not be found (are you missing a using directive or an assembly reference?)

CS0246

CommunicationType.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormMainContact' could not be found (are you missing a using directive or an assembly reference?)

CS0246

CommunicationType.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormMainContact' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Contact.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppValidationItemFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Contact.BackReferences.CrtCoreBase.cs

The type or namespace name 'SysProcessFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Contact.BackReferences.CrtCoreBase.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Contact.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Contact.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

ContactDecisionRole.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormCareer' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Country.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Country.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormAddress' could not be found (are you missing a using directive or an assembly reference?)

CS0246

District.BackReferences.CrtBaseFinserv.cs

The type or namespace name 'AppFormAddress' could not be found (are you missing a using directive or an assembly reference?)

CS0246

DocListInFinApp.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

DocListInFinApp.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

DuplicateStatus.BackReferences.CrtBase.cs

The type or namespace name 'AccountDuplicate' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Education.BackReferences.CrtBaseFinserv.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

EmailDeliverySchedule.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

EmailDesignerType.BackReferences.CrtBulkEmailEngine.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

EmailThrottlingQueue.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

EmploymentType.BackReferences.CrtBaseFinserv.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Feature.BackReferences.CrtCoreBase.cs

The type or namespace name 'AdminUnitFeatureState' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FileGroup.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FileGroup.BackReferences.CrtCoreBase.cs

The type or namespace name 'SysProcessFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FileGroup.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppValidationItemFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FileType.BackReferences.CrtCoreBase.cs

The type or namespace name 'SysProcessFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FileType.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppValidationItemFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FileType.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FinApplication.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FormSubmit.BackReferences.CrtTouchPoint.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

FormSubmit.BackReferences.CrtTouchPoint.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Gender.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

IncomeAndExpenseInAppForm.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

IncomeAndExpenseInAppForm.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Job.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormCareer' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Lead.BackReferences.CrtLead.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Lead.BackReferences.CrtLead.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

MLModel.BackReferences.CrtML.cs

The type or namespace name 'MLModelInFolder' could not be found (are you missing a using directive or an assembly reference?)

CS0246

MLModelFolder.BackReferences.ML.cs

The type or namespace name 'MLModelInFolder' could not be found (are you missing a using directive or an assembly reference?)

CS0246

MailSyncPeriod.BackReferences.Exchange.cs

The type or namespace name 'ActivitySyncSettings' could not be found (are you missing a using directive or an assembly reference?)

CS0246

MailboxSyncSettings.BackReferences.CrtCoreBase.cs

The type or namespace name 'ActivitySyncSettings' could not be found (are you missing a using directive or an assembly reference?)

CS0246

MaritalStatus.BackReferences.CrtBaseFinserv.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

NonActualReason.BackReferences.CrtBase.cs

The type or namespace name 'AccountCommunication' could not be found (are you missing a using directive or an assembly reference?)

CS0246

ParticipantRole.BackReferences.CrtFinservProduct.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

PortalMessageType.BackReferences.PortalMessage.cs

The type or namespace name 'VwDeclarerComments' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Qualification.BackReferences.CrtFinservApplication.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Region.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormAddress' could not be found (are you missing a using directive or an assembly reference?)

CS0246

RelationType.BackReferences.CrtBase.cs

The type or namespace name 'AppFormMainContact' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SegmentStatus.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SendingEmailProgress.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SendingEmailProgress.BackReferences.CrtBulkEmail.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SimilarLead.BackReferences.CrtSimilarLead.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SimilarLead.BackReferences.CrtSimilarLead.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SiteEventType.BackReferences.SiteEvent.cs

The type or namespace name 'SiteEventTypeInFolder' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SiteEventTypeFolder.BackReferences.EventTracking.cs

The type or namespace name 'SiteEventTypeInFolder' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SocialStatus.BackReferences.CrtBaseFinserv.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Specification.BackReferences.CrtSpecification.cs

The type or namespace name 'SpecInAppFormProperty' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SpecificationListItem.BackReferences.CrtSpecification.cs

The type or namespace name 'SpecInAppFormProperty' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysAdminUnit.BackReferences.CrtCoreBase.cs

The type or namespace name 'SysUserInRole' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysAdminUnit.BackReferences.CrtCoreBase.cs

The type or namespace name 'SysUserInRole' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysAdminUnit.BackReferences.CrtCoreBase.cs

The type or namespace name 'AdminUnitFeatureState' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysDcmSettings.BackReferences.CrtCoreBase.cs

The type or namespace name 'SysDcmSchemaInSettings' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysFileContentStorage.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppFormFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysFileContentStorage.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppValidationItemFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysFileContentStorage.BackReferences.CrtCoreBase.cs

The type or namespace name 'SysProcessFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysImage.BackReferences.CrtCoreBase.cs

The type or namespace name 'AppForm' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysLanguage.BackReferences.CrtCoreBase.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysMailingProvider.BackReferences.CrtBulkEmail.cs

The type or namespace name 'SysMailingHandler' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModuleDetail.BackReferences.CrtBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModuleDetail.BackReferences.CrtBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModuleEditDetail.BackReferences.CrtBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModuleEditDetail.BackReferences.CrtBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModuleEntity.BackReferences.CrtCoreBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModuleGridView.BackReferences.CrtBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModuleGridView.BackReferences.CrtBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModulePrimaryGrid.BackReferences.CrtBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysModulePrimaryGrid.BackReferences.CrtBase.cs

The type or namespace name 'SysModuleGrid' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysProcessData.BackReferences.CrtBase.cs

The type or namespace name 'SysProcessFile' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysXssProtectionRuleExclusion.BackReferences.XSSProtection.cs

The type or namespace name 'SysXssProtectRuleExclType' could not be found (are you missing a using directive or an assembly reference?)

CS0246

SysXssProtectionRuleExclusion.BackReferences.XSSProtection.cs

The type or namespace name 'SysXssProtectRuleExclType' could not be found (are you missing a using directive or an assembly reference?)

CS0246

TagType.BackReferences.CrtCoreBase.cs

The type or namespace name 'AccountTag' could not be found (are you missing a using directive or an assembly reference?)

CS0246

TimeZone.BackReferences.CrtCoreBase.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

TimeZone.BackReferences.CrtCoreBase.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

VwBulkEmailAudience.BackReferences.CrtBulkEmailEngine.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

VwBulkEmailAudience.BackReferences.CrtBulkEmailEngine.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

VwBulkEmailTarget.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

VwBulkEmailTarget.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

VwMandrillRecipient.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

VwMandrillRecipient.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

VwMandrillRecipientV2.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

VwMandrillRecipientV2.BackReferences.MarketingCampaign.cs

The type or namespace name 'BulkEmail' could not be found (are you missing a using directive or an assembly reference?)

CS0246

WebAnalyticsAccount.BackReferences.CrtWebTrackingBase.cs

The type or namespace name 'AnalyticsAccountUser' could not be found (are you missing a using directive or an assembly reference?)

CS0246

Like 0

Like

1 comments

Hello.

Please generate the source code for all schemas and then run the Compile all action.

After the compilation is completed, kindly verify whether the errors are resolved.

Best regards,
Antonii.

Show all comments