Skip to main content
When field `review_date__c` on object `knowledge_article__c` changes to a specific date, it should create a new record on object `Incident__c`. I have achieved this with process builder.

However I then wish to be able to create a `Knowledge_Incident_Link__c` record and link the  `knowledge_article__c` record with the `Incident__c`. Ideally I'd like to do this with another process, but what are my options? How can I implement this idea? What steps would I need to take if I create a trigger?

Would somebody be able to get me started as I'm not an apex developer.

Below are the object relationships.

Creation of many to many record through trigger
5 件の回答
  1. 2017年5月22日 14:06
    Thanks very much, it  says I have a problem on line 5. It says it's "expecting a semi-colon, found 'in'"

    What do i need to change, as when add a semi colon, it fails again!
0/9000