xCP2.2 Error when acces page - E_ECM_VALIDATION_FAILED_OBJECTID

Dan_M
Dan_M Member
edited February 26, 2015 in Documentum #1

Hi all,

I define an Edit action on MAster PAge and configure as I found in a tutorial:

Untitled.jpg

But, when I want to acces it from browser I receive

Untitled1.jpg

But my page is displayed.

And also I receive error "You do not have permission...." and I am logged with dmadmin - as install owner and administer role.

What value I should complete in Object ID field?

Value from system name?

Thx all,

Dan.

Tagged:

Comments

  • dnvhariprasad
    dnvhariprasad Member
    edited February 25, 2015 #2

    You need to give valid object id for instance pages.  From the screenshot, you are passing string which is not objectid.

  • Dan_M
    Dan_M Member
    edited February 26, 2015 #3

    Hi,

    Thx. But instance pages are objects in repository?

    If yes, how can I find their id's

    Dan

  • samir.vaidya
    samir.vaidya Member
    edited February 26, 2015 #4

    As the page is supposed to "Edit" an object of type "Polita", whenever you navigate to that page, it would expect object ID for the required Polita object that you want to edit.

    So, in the navigation menu, ensure that you provide expression for Object ID field. Normally, I've never seen such use case where user directly navigates to "Edit" page for some object directly from menu. Typically, you'll have an application page which shows the list of objects, and then user selects one record from the list and then navigates to Edit page.

  • Vinojass
    Vinojass Member
    edited February 26, 2015 #5

    You can't call an instances of a model page (except create instances page) directly from menu. A model can contains the pages for create, edit, delete and custom. Here other than create should expect an object id which should be the same model type.

    Permission error might be because of different permission set.