I am trying to catch Insert events on Custom Tables and i want sync the table to staging server on this.I'm using CustomTableItemEvents.Insert.After += CustomTable_Insert_After;To catch the event ...
Hi Team,I'm able to see the option for translate field while creating fields in Custom Table and I have setup google translate service on my site but the custom table fields are not getting a trans...
example Get : http://domain/Kentico12_1_Admin/rest/customtableitem.customtable.name1/i want to join table customtableitem.customtable.name1 with customtableitem.customtable.name2what should i do t...
I want to return the data from the custom table, I have written some code but doesn't work, anyone please help me, Thank you. string tableName = @customtable.CrudTable@; Dat...
I am inserting data into a customtable using Angular into the backend by hitting the API: https://domain.com/rest/customtableitem.tablename?format.jsonI want to modify the insert operation so that ...
I created a webpart form that submits data to two different custom tables, when the data is submitted i would like to create an event receiver that gets value from both tables, then update my CRM. ...
HI How it is possible to hide special customtable for a user or role then user or users belong to that role can not see that specific customtable?Thanks
Hello I am searching for a way to have a page type field that allows the CMS user to select multiple items (via dropdown) stored in a custom table.So far i tried the @Uni Selector@ but struggled to...
Hi All,We have a custom table @CustomTable_Employee@ and we have another table @Employee_Location@.In @CustomTable_Employee@ we are storing @Employee_Location@ table's itemid as EmployeeLocationId....
I’m working on a custom module and I’m having a strange issue I’m probably overlookingI have a CMSQueryDataSource that is creating a datasource from a custom query that pulls information from a cus...