SFM is an extremely powerful tool that allows to perform multiple steps in a click of the button.
However, sometimes, its tedious and menial job to click the button for every record.
For Eg: If I want to validate the address of the Technicians or assign the latest Latitude and Longitude, I would have to manually hit the SFM for every technician for the Geo-coding to work.
If there was a way to automate SFM execution, conditionally, through Apex Data Loader/Trigger/Process Builder, I am positive it would drive great efficiency and would make the tool extremely flexible and powerful..
How is the problem being addressed today, if at all?
This is an issue I am seeing more and more, where we are updating geo-coding on a Location record and then having to go through every IP & Contact under that location to 'update' the record to bring through the new co-ordinates. The ability to be able to update any related records where the Location is connected would be most beneficial.
Hi @karans23 , have you tried with your dataload setting a field on the record called something like 'Trigger Scheduled SFM1'. Then build an SFM that does what you need and create a scheduled sfm to run it. You can then run a scheduled sfm on demand after your dataloads. You could create multiple SFMs with fields on your records for each one.
Its not perfect but it should help you achieve your use case.
@shivaranjini_g Hi! Any updates on this one? It looks like the work arounds provided won't complete resolve the issue for @karans23 as it would only work on a case by case basis.
Hi @karans23@bobclegg
Scheduled SFM is one way executing an SFM on bulk record matching certain criteria. Here ask is to have an ability to update existing records(related or direct set) matching certain criteria in bulk. Today we do not support custom actions like validate Address in scheduled runs .
In 19.2 release we are supporting geo coding related literals in SFM mapping i.e Geolocation.Latitude & Geolocation.Longitude. You can configure this in SFM Mapping to stamp records with latest geocodes. You need not invoke validate address separately but leverage this to update the record along with other actions.
It would be good to know,
How frequently this activity performed ?
Are there other use-cases which require such updates through SFM ?
Meanwhile I will further review this requirement and get back
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.