Problem with List Layout for a new Module --> The view "All Call Me Back" has not been configured, and the "Default view" has loaded.

Rodrigo24
Tera Guru

Hi, everybody.

 

We have a new module created on the interaction table.
In this new module we want to have a custom list view and a custom form.
The Form and View seems to work fine. But if we want to modify the list layout to add new fields to the view, this error appears:

 

*****************************************************************************************************

Configure view "All Call Me Back"?

1 ACCEPTED SOLUTION

Rodrigo24
Tera Guru

The problem was resolved deleting the white spaces between the arguments.

Example: 

Bad --> &sysparm_order=sys_created_on &sysparm_order_direction=desc.....

Good --> &sysparm_order=sys_created_on&sysparm_order_direction=desc.....

 

 

Rodrigo.

View solution in original post

4 REPLIES 4

Rodrigo24
Tera Guru

It happens in all 3 modules.
The "Lists" exist.

 

find_real_file.png

Rodrigo24
Tera Guru

The problem was resolved deleting the white spaces between the arguments.

Example: 

Bad --> &sysparm_order=sys_created_on &sysparm_order_direction=desc.....

Good --> &sysparm_order=sys_created_on&sysparm_order_direction=desc.....

 

 

Rodrigo.

Uzma3
Tera Contributor

Hi Rodrigo,

I am also facing same issue. As you said removing spaces in arguments fixed the issue. My question is removing arguments in view rule? Can you please elaborate the fix. 

Thanks in Advance.

 

Hi Uzma,

The blank spaces were among the module's arguments.

As you can see, there was a space between each argument.

Before change:

find_real_file.png

 

Bad --> &sysparm_order=sys_created_on &sysparm_order_direction=desc.....

Good --> &sysparm_order=sys_created_on&sysparm_order_direction=desc.....

 

Regards @Uzma