I wrote trigger on Account object, When I test the Trigger it was working fine when I entered the the record manually., But Trigger is not fired when the data is coming through integration even it passing all the criteria. Please help me why the trigger is not firing
. #BatchClass, #Batchapex, #Triggers,@developers
Hi Naveen,
Check the following things,
API User Permissions: Verify that the integration user has the necessary permissions to trigger the logic.
Integration Method: Ensure the API method used (like create, update) aligns with your trigger logic.
please mark this answer helpful if it solved your query.
Oct 1, 2024, 7:40 PM
Hi Naveen,
Check the following things,
API User Permissions: Verify that the integration user has the necessary permissions to trigger the logic.
Integration Method: Ensure the API method used (like create, update) aligns with your trigger logic.
please mark this answer helpful if it solved your query.
Oct 1, 2024, 7:40 PM
Hi Naveen,
Check the following things,
API User Permissions: Verify that the integration user has the necessary permissions to trigger the logic.
Integration Method: Ensure the API method used (like create, update) aligns with your trigger logic.
please mark this answer helpful if it solved your query.