Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7472 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hello,

I am thinking on how FM7 new function benefit if I want to design a new FM7 solution with Data & Interface separation method.

For FM6, the reason I like data & interface separation method is easy for future development after implement. I also make the portal (in interface file) as list view and I can limit what user can see, to improve security. But I also hate this method because it made many FM default functions like find, sort... requires developer to use script and calculation fields to make similar functions.

I would like to hear all of you sharing experiences and comments on "Data & Interface separation method", especially if you have convert or re-write the solution by this method.

Thanks,

Damon

Posted

If you haven't read the Separation Model in Migration Foundations and Methodologies take the time to read it.

I have converted a set of files using that a guide. I did most of it from scratch. I did copy some layouts. And I was able to transfer the data. I ended up with 3 files: (1) Interface, (2) Business Rules & Reports and (3) Data.

I am pleased with the outcome.

Posted

hi, ralphl , where can i get this "Separation Model in Migration Foundations and Methodologies" doc ?

regards,

kyle

Posted

Could you tell us more about business rules and how the whole thing is tied together - or separated?

Posted

The business rules are the calculations necessary for the business. In general there is a table for every data table. A One To One relationship exists between the data table and the business rule table. You may have some additional tables for reports. This means that when you create a new record in a data table you must also create one in the business rules table.

Posted

could you provide a link to a set of simple example file that has the interface, business and data files all separated. I am curious about how you separated the business logic from interface and data files.

thanks

This topic is 7472 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.