Hello,I have an original table, and I created a view of that table without images or documents to upload. All the other fields show in the list view so I can do searches. The issue I have is that when I click on the view add or edit it takes me to the add and edit of that particular view rather than to the original table where I have an image and a document field.I want to be able to click on the add and edit of the view table and for those links to take me to the add and edit of the original table where I can add the image and upload documents not present in the view table.The original table is called My_Art and the view table is called My_Art_view.Please, any help will be appreciated!Thanks,
Nelson
you will need to manipulate the Page URL variablesthese are for v2020, not sur about 2018 anymore.
// Page URLs
public $AddUrl;
public $EditUrl;
public $CopyUrl;
public $DeleteUrl;
public $ViewUrl;
public $ListUrl;
Thanks you for the response,I apologize for the lack of knowledge I have about this application but I am not sure where I need to go to manipulate the page URLs. Could you please explain with a little more details?
One of the reasons why the question for the older versions will not be answered quick, is because most of us have been using the latest version and had abandoned the older versions. So, please try to use v2020 as possible, so others could help you and respond your question. The older versions will not be supported anymore.