For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
Hi Sachin,
You need to use an external service like Twilio to send sms. So you basically need to setup an application on separate Server that has capability to send a SMS.
The phone number and the text that should be included in the message should be sent using Outbound message scenario. You can use the appropriate trigger to send the message.
Yes country code should be included. ( This can vary from the SMS service used.) For Twilio we need to use the country code.
https://www.twilio.com/
Regards,
Hardik Gupta
Hi Sachin,
You can use the Resource Management API for this purpose.
You can create a custom program that will call the required methods. Like for adding or updating resource it is insert resource and update resource and for workzones it will set_resources_zone.
Below is the wsdl link for the SOAP API:
https://api.etadirect.com/soap/resource-management/v3/?wsdl
You can also use REST API: https://docs.oracle.com/cloud/latest/fieldservicecs_gs/CXFSC/api-Core-Resources.html
For migration from one environment to another you can raise a SR requesting for a clone.
Regards,
Hardik Gupta
Thanks for the great question, Muthu. We appreciate it. I wanted to point out a recent blog post about Did You Meet Oracle Field Service Cloud at the 2016 Modern Service Experience? that should help answer your questions.
Check it out and let us know what you think (e.g. post back here, add a comment on the blog post)!
Thanks,
Erica, Community Manager
Hi Jo,
Currently in OFSC we are able to change the screens or action button placements or field placements.
The type of configuration you are looking for is not supported as of August 2017 release.
You can put this in idea Lab. To achieve this kind of requirement they will need to provide a separate screen configuration where we can edit the complete dashboard layout.
Regards,
Hardik Gupta
Just drop in the route and call the technician in the same time, because the on-call means the technician available for additional jobs, but not watching his device constantly to monitor new activities. The technician deactivate his route after the on-call time expires as normal.
In the "before" case (when the on-call is the first shift and after that a regular shift follows) results will be different if the new activity have a specific time slot.
Zsolt
Hi Hardik,
We are using this function to give on-call shifts to the technicians. For example a guy have a normal working time from 8:00 until 17:00, then on-call from 17:00 until 20:00. The Routing (manual move always possible) don't give activities for them in the last period, but the dispatchers can easily identify who will be available for urgent jobs. For the morning it's a little tricky, because the technician will see his all day activities after he activate his route, this case just avoidable with telling them to not start any activity before they time window starts.
Or am I misunderstand something?
Regards,
Zsolt
Hi Lakshmi,
I am using regular expression for the time HH:MM
Regex : /^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$/
It works perfectly fine. You can use the above as reference and extend it.
Also Anurag, Even I am not able to open the link. If you can paste the content it will be great.
As far a I am aware we have to use the String property and write Regex to achieve it.
Regards,
Hardik Gupta
Hi Shilpa,
IMO as I see the trend is to deprecate individual SOAP APIs (Activity Management API and Resource Management API for example) and guide everyone to use Core API, but this isn't true for Inbound and Outboud APIs, which are seems to stable. I don't think they will enhance SOAP APIs, but Core often get new options/functions. So for the long run I think Core is the better choice. FYI there some issues reported in this forum which are easily solvable by SOAP and not so easily by REST (for example make new activity and also fill required inventory in a single step), but the opposite also possible.
I hope others will reply also, because it's only my opinion, and this is a bigger question to base the decision only on one answer.
Regards,
Zsolt
Hi Sankha,
Try adding the proper local language for your country in the 'Configuration' > 'Display' settings and then change your Language in 'My display'. Alternatively what you want can be updated in glossary to replace $ with whatsoever for a specific language.
Hope this helps.
Who is down voting everything???
Hi Braulio,
In order to force a field size restriction, you need to add a regular expression to the property under Configuration > Properties. Here you can add a regex to force any format or character limit you need.
Best,
Hi Azam,
Cheers,
Brett
Hi Priyanka,
If the time zone region has DST then OFSC automatically adjusts the time according to the timezones configured for the particular resource.
The resource that are a part of the Arizona section that observe DST- use "(UTC-07:00) Denver - Mountain Time (MT)"
For the other parts that donot oberve DST use "(UTC-07:00) Phoenix - Mountain Time (MT)"
Regards,
Hardik Gupta
Hi Seethalakshmi,
By Menu type field do you mean a drop down select kind of field or something else?
Combo box is a drop down, where one value can be selected from the list of values.
There is no separate menu type field in OFSC.
Regards,
Hardik Gupta