TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Hemanth Goud
NA
20
624
CRM Workflow Process doesn't trigger on record creation
Jun 10 2019 9:21 AM
CRM Workflow Process doesn't trigger on record created through Entity Framework
In Microsoft Dynamic CRM, I have a workflow process when a record is created.
When I create a new record using Entity Framework(EF), the workflow is not triggered. But it triggers fine when I create a record using Organization Service Proxy.
Below is my code to create a new record using EF.
Entity e = db.Entity.Create();
// ...... //
e.Entity.Add(e);
e.SaveChanges();
Above code works fine and it creates a new record. But it doesn't trigger the Workflow Process.
What could be the solution in this scenario?
Reply
Answers (
1
)
it is program of strings
Interview questions for 8-10 years experiance