Creating a replacing schema for contacts form/list/mini pages?
Hello, everyone!
I've already added the "AllowCreateAngularSchema" feature on the page "XXX/0/Shell/#Section/AppFeature_ListPage" and the page "Contacts_FormPage" doesn't come up on the pop-up.
It's a crm-test environment, recently created and has nothing in it.
Here's a print from the page that should show the form page:
Hope you can help out on this.
Thanks!
Like
Gabriel Henrique Pagotto Otero,
Check the dependencies of your package to make sure it depends on a package that contains the Contacts_FormPage.
Ryan
Make sure you're selecting the angular replacing option (this only shows after adding the "AllowCreateAngularSchema" feature)
Ryan
Additionally to Ryan's suggestion make sure you don't receive any errors in the console upon opening the module setup\searching for the contacts form page and make sure that your package where you create this schema has all the necessary dependencies.
Hey, I've done that. That's the screen for the replacing angular module.
Ryan Farley writes:
Make sure you're selecting the angular replacing option (this only shows after adding the "AllowCreateAngularSchema" feature)
Ryan
Yep, no errors, Oleg :/
Oleg Drobina writes:
Additionally to Ryan's suggestion make sure you don't receive any errors in the console upon opening the module setup\searching for the contacts form page and make sure that your package where you create this schema has all the necessary dependencies.
Gabriel Henrique Pagotto Otero,
Check the dependencies of your package to make sure it depends on a package that contains the Contacts_FormPage.
Ryan
Ryan Farley writes:
Gabriel Henrique Pagotto Otero,
Check the dependencies of your package to make sure it depends on a package that contains the Contacts_FormPage.
Ryan
Heya, Ryan!
It worked.
Didn't know that I needed to have the package as a dependent.
Freedom UI doesn't have anything about it.
Thanks!!!