Forum Replies Created

  • Michael

    Member
    January 15, 2024 at 10:35 am in reply to: Personal Post
    Points: 509
    Rank: UC2 Brainery White Belt UC2 Brainery White Belt Rank

    This will be a trying time for all, sending thoughts and prayers to you. On a side note, you may want to test for BRCA1 or 2 just to find out. Speaking from experience.

  • Michael

    Member
    September 27, 2023 at 4:37 pm in reply to: Re-direct Profile Path during or post Install
    Points: 509
    Rank: UC2 Brainery White Belt UC2 Brainery White Belt Rank

    I think BB installs that “stuff” under the individual’s windows user profile during the installation process. You can access it by using the following in the file explorer window or via batch or whatever. (don’t edit just copy and paste)

    C:\Users\%USERPROFILE%\AppData\Roaming\Bluebeam Software\Revu\21\

    Good or bad I create my own C:\00-Bluebeam 2021 Local Files (for all custom stuff like toolsets, email templates, stamps, etc.) and use a batch sync to keep users up to date from the network and create a deployment guide with the links to the batch files and links to the profiles to load. Then have them go into BB and add their User: name in preferences. (Haven’t been able to get that to automate yet.) I also have to have them update the Managed Network Configuration (No Copy) to the local custom folder.

    I 100% agree that BB should have kept and expanded on the deployment config tool! The silly kids.

    I am not sure of that helps but it is always insightful to see/hear how others are doing things and to hear what I “should or shouldn’t” be doing. I welcome others insight for feedback.

  • Michael

    Member
    July 27, 2023 at 4:54 pm in reply to: Pull data from form and create email
    Points: 509
    Rank: UC2 Brainery White Belt UC2 Brainery White Belt Rank

    // Assuming you have the URL that you want to hyperlink to

    const linkURL = “https://example.com”;

    // Modify the cMyMsg variable to include the hyperlink HTML

    var cMyMsg = “

    This is the email body content.

    “;

    cMyMsg += “

    Click here to visit the link.

    “;

    // Rest of your code

    var eabJobNumber = this.getField(“EAB Job Number”).value;

    var currentDocument = this.path;

    app.mailMsg({

    bUI: true,

    cTo: “address”,

    cSubject: eabJobNumber + ” Job Transmittal”,

    cMsg: cMyMsg

    });

  • Michael

    Member
    January 15, 2024 at 2:34 pm in reply to: Personal Post
    Points: 509
    Rank: UC2 Brainery White Belt UC2 Brainery White Belt Rank

    BRCA1 & BRCA2 are genetic mutation tests. I hope everything works out well! Best wishes!