یک قانون ایجاد رویداد شرایطی را تعریف می کند که باعث ایجاد یک رویداد کاملاً جدید بر اساس معیارهای منطبق با یک رویداد منبع می شود. جهش های اضافی پارامترها از رویداد منبع را می توان تعریف کرد.
برخلاف قوانین ویرایش رویداد، قوانین ایجاد رویداد ترتیب مشخصی ندارند. همه آنها به طور مستقل اداره خواهند شد.
قوانین ویرایش رویداد و ایجاد رویداد نمی توانند برای تغییر رویداد ایجاد شده از قانون ایجاد رویداد استفاده شوند.
مورد نیاز. باید حداقل یک شرط داشته باشد، و می تواند حداکثر 10 باشد. برای اعمال این قانون، شرایط رویداد منبع باید مطابقت داشته باشد.
source Copy Parameters
boolean
اگر درست باشد، پارامترهای منبع در رویداد جدید کپی می شوند. اگر نادرست یا تنظیم نشده باشد، همه پارامترهای غیر داخلی از رویداد منبع کپی نمی شوند. جهش پارامترها پس از کپی شدن پارامترها اعمال می شود.
تاریخ آخرین بهروزرسانی 2025-01-14 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-01-14 بهوقت ساعت هماهنگ جهانی."],[[["Event Create Rules define conditions that trigger the creation of a new event based on a source event and allow for parameter modifications."],["These rules operate independently and cannot modify events created by other Event Create rules, nor can they be used with Event Edit rules on such events."],["Event Create Rules have several configurable fields, including name, destination event, event conditions, source parameter copying, and parameter mutations."],["You can manage Event Create Rules through various methods like creating, deleting, looking up, listing, and updating them."]]],["EventCreateRules trigger the creation of new events based on source event criteria. Rules operate independently, and cannot modify events they create. Key actions include: defining a `destinationEvent` name (under 40 characters, letters/digits/underscores, starts with a letter), setting `eventConditions` (1-10) for rule activation, controlling `sourceCopyParameters` (boolean), and defining up to 20 `parameterMutations`. Methods support creating, deleting, getting, listing, and updating EventCreateRules. A JSON representation of the rule is provided.\n"]]