This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CK -Utility Module (Sequencing) configuration

Hello All,

I have very interesting case.

Customer would like keep "Allow Sequencing Property Change" in status  -YES.

Now, he want  each time then name "Responsible Person" will be changes  - the sequences will be triggered and incremented from the last by one.

How can I setup condition  under section "Generate Sequence Conditions"  - to make it happening?

Current situation:

If I change "Responsible Person" the sequence are not triggering and we have two objects with same name.

Parents
  • Hi,

    If you want to recalculate new sequence value after modifying Responsible Person, that should be doable.

    The key seems to be "Generate Sequence Condition" -value. In this test, I defined recalculation when Sequence is empty. Main challenge is, that CK does not have "Value changed" -type condition options. So I think you need to have some other tool / script to make Sequence empty when Responsible Person is modified.

    That can be done either with custom script, or for example with Property Calculator, which is available for Partners: Property Calculator - Consulting Wiki - Partners - M-Files Community

    In my tests, I used following configuration to clear sequencing value.

    If object version is >1 and Project is changed -> Set Sequence as empty.

    Before using any our unofficial tools, please note that there is currently no official support available: 5. Unofficial Tools and Add-ons - Consulting Wiki - Partners - M-Files Community

  • Hello Juuso,

    It is look like solution but, how can I download your version?

    In the version in the Wiki we don't have Calculation Event Handler (Experimental) and Negate Condition as well.

  • Hi Boris,

    Apologize for confusing screenshot. My version contains half implemented features, which might or might not be included to future release. Depends how smoothly I get them to work. Slight smile

    What comes to those features you mentioned, they are now ready and waiting that we get stable release out. I will share more information about new features in Partner-group when that happens.

    Solution above is not using any unpublished features so you don't need to worry about those. (BeforeCheckInChangesFinalize -event handler is used by default)

Reply
  • Hi Boris,

    Apologize for confusing screenshot. My version contains half implemented features, which might or might not be included to future release. Depends how smoothly I get them to work. Slight smile

    What comes to those features you mentioned, they are now ready and waiting that we get stable release out. I will share more information about new features in Partner-group when that happens.

    Solution above is not using any unpublished features so you don't need to worry about those. (BeforeCheckInChangesFinalize -event handler is used by default)

Children