Open gschleusner opened 2 months ago
We can do realtime, document open, document save, document save to central But the document cannot be modified during the closing event https://www.revitapidocs.com/2024/8f200255-a515-0c02-656b-b241e0011228.htm
@gschleusner Please review this video and rule sample file New "When Run" property can have one or more of these values: Realtime, Open, Save, SyncToCentral https://drive.google.com/file/d/1ZibSeq0zg7zrg66r2ALPwzI8PWKDsea8/view?usp=sharing rules.md
Looks good. Do both Save and Sync, interrupt the save, and then continue when this dialog is closed. The goal would be to keep insufficient data from getting synced and saved. @harrymattison
From: Harry Mattison @.> Sent: Wednesday, September 11, 2024 4:23 PM To: InnovationDesignConsortium/revit_standards_addin @.> Cc: Greg Schleusner @.>; Mention @.> Subject: Re: [InnovationDesignConsortium/revit_standards_addin] Proposed Method of setting rules to AutoRun or Manual or by event. (Issue #25)
@gschleusnerhttps://github.com/gschleusner Please review this video and rule sample file New "When Run" property can have one or more of these values: Realtime, Open, Save, SyncToCentral https://drive.google.com/file/d/1ZibSeq0zg7zrg66r2ALPwzI8PWKDsea8/view?usp=sharing rules.mdhttps://github.com/user-attachments/files/16970054/rules.md
— Reply to this email directly, view it on GitHubhttps://github.com/InnovationDesignConsortium/revit_standards_addin/issues/25#issuecomment-2344632597, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABRUVEU724HUZMC43KLOG33ZWCRDHAVCNFSM6AAAAABN4WQHOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBUGYZTENJZG4. You are receiving this because you were mentioned.Message ID: @.***>
Technically I wouldn’t say that the save/sync is “interrupted”. But yes it is running the rule at the start of the operation before any data is written so that all rules pass and then the save/sync is performed.
On Thu, Sep 12, 2024 at 8:03 AM gschleusner @.***> wrote:
Looks good. Do both Save and Sync, interrupt the save, and then continue when this dialog is closed. The goal would be to keep insufficient data from getting synced and saved. @harrymattison
From: Harry Mattison @.> Sent: Wednesday, September 11, 2024 4:23 PM To: InnovationDesignConsortium/revit_standards_addin @.> Cc: Greg Schleusner @.>; Mention @.> Subject: Re: [InnovationDesignConsortium/revit_standards_addin] Proposed Method of setting rules to AutoRun or Manual or by event. (Issue #25)
@gschleusnerhttps://github.com/gschleusner Please review this video and rule sample file New "When Run" property can have one or more of these values: Realtime, Open, Save, SyncToCentral
https://drive.google.com/file/d/1ZibSeq0zg7zrg66r2ALPwzI8PWKDsea8/view?usp=sharing rules.mdhttps://github.com/user-attachments/files/16970054/rules.md
— Reply to this email directly, view it on GitHub< https://github.com/InnovationDesignConsortium/revit_standards_addin/issues/25#issuecomment-2344632597>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/ABRUVEU724HUZMC43KLOG33ZWCRDHAVCNFSM6AAAAABN4WQHOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBUGYZTENJZG4>.
You are receiving this because you were mentioned.Message ID: @.***>
— Reply to this email directly, view it on GitHub https://github.com/InnovationDesignConsortium/revit_standards_addin/issues/25#issuecomment-2346100041, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAROBGAOPDSQA6QJWNFFNADZWF7HRAVCNFSM6AAAAABN4WQHOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBWGEYDAMBUGE . You are receiving this because you were assigned.Message ID: <InnovationDesignConsortium/revit_standards_addin/issues/25/2346100041@ github.com>
I'll leave this open until we here if there are any other options necessary.
This is implemented in Release 9. Can we close this and open new issues if there are other options to add?
We need to be able to ensure rules run either manually or automatically.
In the future they certain would have triggers. Realtime, Save separate from Sync, Open, Close Events etc.