Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

How to remove the Recurring Appointment form from ribbon workbench

(1) ShareShare
ReportReport
Posted on by 196

Hello everyone...

Recurring Appointment i want to remove this form from appointment and add other form in place of this form

how can i remove from ribbon workbench ..Change_5F00_Form.JPG 

 

Please help me anyone urgent

regards

Amit

*This post is locked for comments

  • Suggested answer
    gdas Profile Picture
    50,089 Moderator on at
    RE: How to remove the Recurring Appointment form from ribbon workbench

    What will happen if you pass the current form id which you already can see  , instead of new form id . Try with this to confirm your code is working correctly.

  • amity Profile Picture
    196 on at
    RE: How to remove the Recurring Appointment form from ribbon workbench

    Hello Sir ,

    I did not create new form .....just try editing existing form with new name...

  • gdas Profile Picture
    50,089 Moderator on at
    RE: How to remove the Recurring Appointment form from ribbon workbench

    How did you create new Appointment form ?

  • amity Profile Picture
    196 on at
    RE: How to remove the Recurring Appointment form from ribbon workbench

    Hello Das,

    function chemistform()
    {
    var entityFormOptions = {};
    entityFormOptions["entityName"] = "appointment";
    entityFormOptions["formId"] = "7b4ABD043E-BA02-E911-A97A-000D3AF254D2";

    // Open the form.
    Xrm.Navigation.openForm(entityFormOptions, "7b4ABD043E-BA02-E911-A97A-000D3AF254D2").then(
    function (success)
    {
    console.log(success);
    },
    function (error)
    {

    console.log(error);
    });
    }

    but still i unable to get that form ..

    this is what exact code i have entered. Sir

     i am able to see the new created button here..

    8154.Capture2.JPG

    But when i m clicking  on the chemist Visit button.. result is on so ..

    8154.Capture2.JPG

    my form is not getting open here ...

    Please help me sir.

  • Suggested answer
    gdas Profile Picture
    50,089 Moderator on at
    RE: How to remove the Recurring Appointment form from ribbon workbench

    You need to pass form id as well as paramerter , you will get the form id from the URL of the forms  -

    entityFormOptions["formId"] = "8DA6E5B9-88DF-E311-B8E5-6C3BE5A8B200"

  • amity Profile Picture
    196 on at
    RE: How to remove the Recurring Appointment form from ribbon workbench

    I m not sure about this Jscript ..will be wrong ..how can i call Form (Chemist Visit)  on this button

  • amity Profile Picture
    196 on at
    RE: How to remove the Recurring Appointment form from ribbon workbench

    Hello Das
    thanks for reply ..

    i need small help .

    as i have  many form on appointment but i want to add specific form under that ...

    18264.Capture.JPG

    here Appointment is main form 1st and chemist visit is 2nd form ..

    so i want to add this chemist form under recurring appointment .

    i have written this code.

    function chemistform()
    {
    var entityFormOptions = {};
    entityFormOptions["entityName"] = "appointment";

    // Open the form.
    Xrm.Navigation.openForm(entityFormOptions, formParameters).then(
    function (success) {
    console.log(success);
    },
    function (error) {
    console.log(error);
    });

    Is it ok ...??

    or any need to be change here ..

    please reply fast urgent 

    thanks

  • Verified answer
    gdas Profile Picture
    50,089 Moderator on at
    RE: How to remove the Recurring Appointment form from ribbon workbench

    You need to create the button first under recurring appointment form and in the command action add JS action where you can call openentityform with the form id and entity name.

    For 9.0 and above -

    docs.microsoft.com/.../openform

    Lower version of 9.0 -

    crmbusiness.wordpress.com/.../crm-2013-let-xrm-utility-openentityform-open-crm-forms-for-you

  • Suggested answer
    gdas Profile Picture
    50,089 Moderator on at
    RE: How to remove the Recurring Appointment form from ribbon workbench

    Hi Amity,

    Appointment is an activity type of entity so you can find the button in the Activity entity itself although there is a separate entity in the solution. So as suggested by Priyesh above ,do the similar steps , it should work.

  • amity Profile Picture
    196 on at
    RE: How to remove the Recurring Appointment form from ribbon workbench

    Activity_5F00_form.JPG

    Hello thanks for reply ...

    But i also want  to attach other form of Appointment entity.

    Appointment is ok ....next in place of recurring appointment , i want to add chemist form to be open .

    So please how can i add this form .

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,850 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,723 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans