Get Value from Joined table using event handler

Gideon Gontor asked on March 14, 2019 17:03

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. I have problem getting the value after joining the two tables.

var tables = CustomTableItemProvider.GetItems(e.Item.CustomTableClassName) .Source(items => items.LeftJoin(CustomTableItemProvider.GetItems("ProductTypeItem").QueryText))

Recent Answers


Rui Wang answered on March 14, 2019 19:07

and the question is?

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.