Before undertaking the solution to this error, users must create, modify and deploy a new CE solution. If this is not something that you are comfortable with, please refer the task to your CE system admin.
Due to a change in the way that Microsoft manages the forms in CE, there will be some errors in the setup forms for the CE Connector.
When opening the following forms:
Lasernet flyout/group
Lasernet group/HTTP Method
Lasernet group/OData Dialog
Lasernet group/OData Direct Submit
Lasernet group/Open URL
you may see the following error message:
This is due to the way the form is managing the default value for ‘order’. There is a way to fix this error, which is to deploy a solution that updates the logic. Please follow the steps below:
Create a solution containing the modifications
Navigate to Settings and select Advanced Settings from the dropdown menu.
On the Settings page, under Customization, select Solutions.
On the All Solutions page, click New to create a new solution.
Add values to the following fields:
Display Name and Name: Give the solution a sensible name and display name- these can be the same.
Publisher: Select the appropriate publisher (we have used the default publisher for the organisation).
Version: Set version as ‘1’.
The Configuration page field can be left blank. Click Save.
Add the entities
Within the newly created solution, navigate to Components > Entities and then select Add Existing.
Add the following entities from the list:
Lasernet flyout/group
Lasernet group/HTTP Method
Lasernet group/OData Dialog
Lasernet group/OData Direct Submit
Lasernet group/Open URL
You can multi-select entities in the list; the entries in the screenshot above are examples only.
Once the entries from Step 2 have been added, click OK.
Clear the Include entity metadata checkbox and only select the ‘Main’ Formtype for each selected entity.
Click Next and then Finish once the last entity has been configured.
Select No, do not include required components. Your solution will now look like this:
Change the value on the form
Open the ‘Main’ form for the entity.
Click Form Properties in the ribbon.
Within Event Handlers, click Edit for the “Formpipe.Lasernet.DefaultValues.setDefaultValues”-function.
Change "lac_order", "1" to "lac_order", 1.
Click OK > OK and then Save and Close.
Publish
Click Save and then select Publish in the ribbon.
Repeat for each form mentioned in this article:
Lasernet flyout/group
Lasernet group/HTTP Method
Lasernet group/OData Dialog
Lasernet group/OData Direct Submit
Lasernet group/Open URL
Add a comment
Please log in or register to submit a comment.