Change the original URL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sumservis
    Member
    • Sep 2019
    • 56

    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
  • sumservis
    Member
    • Sep 2019
    • 56

    #2

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

    Comment

    • esforim
      Active Community Member
      • Jan 2020
      • 2204

      #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

      • eymen.elkum
        Member
        • Aug 2019
        • 41

        #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...