Hi,
When i run this code:
try
{
Entity entity = new Entity("bt_employeepresencestatus");
entity.Id = item.Id;
service.Update(entity);
}
catch (Exception ex)
{
Console.WriteLine(ex.Message);
}
I set the ID based on what i recieve into the code, and i can find that row ID if i look in the tables.
I get this error: An error occurred in FollowUpPlugin.Entity Id must be specified for Update
I have set the ID. so im not sure. All the help ive seen refers to just setting the ID of the record which i do.

Report
All responses (
Answers (