Announcement

Collapse
No announcement yet.

Change the original URL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Change the original URL

    Hi,

    I would like to change the URL to opportunities.

    It is now in the format: https://example.com/#Opportunity
    I need to change to:
    https://example.com/#example


    Thank you
    for any good advice.
    Can it be changed in a file? Or a database? Thank you

  • #2

    really nobody knows? In my opinion it will be just a little thing.

    Comment


    • #3
      Don't think you can without Code editing, which is very risky. You can only change the Label names but not the URL
      I doubt change in a Database will work. It will require file editing (every single file that link to the Opportunity (or other entity name). Which will break once you Update.

      Comment


      • #4
        I have a trick that can help you,

        Just create a new entity with "Example" name, then go to custom/.../Entities/Example.php

        Change this line

        protected $entityType = "Example"; TO
        protected $entityType = "Opportunity";

        you have many other options, but this is the simplest, others needs codes and time

        Comment

        Working...
        X