Skip to main content
Solved

Page Designer Customer address subpage

  • November 25, 2025
  • 3 replies
  • 23 views

Forum|alt.badge.img+6

Hello everyone, 

Could someone guide me on how to access the following address subpage please?

The need is to access page designer and configure some fields as mandatory 

 

 

 

Thank you in advance.

Kind Regards

Best answer by TheoB

@N.GEORGI

Generally, what I do:
- I trace the API calls (here, when I click on the pencil, it allows me to edit the address).
- This allows me to retrieve the name of the projection (here: “AddressLayout”).
- Once retrieved, I access this URL:

main/ifsapplications/web/pagedesigner/page/<client model>/dummy

I replace <client model> with the projection name “AddressLayout,” which gives me:

main/ifsapplications/web/pagedesigner/page/AddressLayout/dummy

- Once on the page, I open the page designer and can access the configuration of the dialog boxes, assistants, etc. for this client.

 

Best Regards,

Théo

3 replies

Forum|alt.badge.img+14
  • Hero (Partner)
  • November 25, 2025

Hi ​@N.GEORGI,

You can open the page designer from this URL:
main/ifsapplications/web/dialog/AddressLayout/EditAddressDialog

 

This will allow you to configure this dialog box.
However, I don't think it will work. The field will appear with a red background (indicating that it is mandatory), but the user will still be able to validate their entry without filling in the field.
If this is the case, you can configure a BPA, for example.

 

Best Regards,

Théo


Forum|alt.badge.img+6
  • Author
  • Sidekick (Customer)
  • November 25, 2025

@TheoB thank you.

  • How were you able to recover the url please?
  • Effectively, the mandatory field in the assistant is not applyed 

Forum|alt.badge.img+14
  • Hero (Partner)
  • Answer
  • November 25, 2025

@N.GEORGI

Generally, what I do:
- I trace the API calls (here, when I click on the pencil, it allows me to edit the address).
- This allows me to retrieve the name of the projection (here: “AddressLayout”).
- Once retrieved, I access this URL:

main/ifsapplications/web/pagedesigner/page/<client model>/dummy

I replace <client model> with the projection name “AddressLayout,” which gives me:

main/ifsapplications/web/pagedesigner/page/AddressLayout/dummy

- Once on the page, I open the page designer and can access the configuration of the dialog boxes, assistants, etc. for this client.

 

Best Regards,

Théo