Can we include two forms in one Interface.

Hi,

Can we include two or more forms in one Interface. 

I'm using section layout to include other interfaces which has forms(save button) but it is showing error.

Is there any alternative method? 

  Discussion posts and replies are publicly visible

Parents
  • If your use case is to make re-use of functionality that currently exists inside two separate user interfaces that are both defined inside a form layout then you will need to do a little refactoring. As  has mentioned you cannot nest form layouts. But you could decompose your existing user interfaces to have the content inside the form layouts encapsulated in their own interface rules. Once these are separated from the form layout you can make use of them elsewhere.

Reply
  • If your use case is to make re-use of functionality that currently exists inside two separate user interfaces that are both defined inside a form layout then you will need to do a little refactoring. As  has mentioned you cannot nest form layouts. But you could decompose your existing user interfaces to have the content inside the form layouts encapsulated in their own interface rules. Once these are separated from the form layout you can make use of them elsewhere.

Children