Skip to main content

Notifications

Service | Customer Service, Contact Center, Fie...
Suggested answer

How to used Business Process in Field service mobile app

Posted on by 95

Hi All,

I have already configure business process in web application. but i want to used that process in field service mobile app.

suggest me how to configure that process in mobile application.

This business process already configure in web application.

pastedimage1633519546239v1.png

  • Thomas David Dayman Profile Picture
    Thomas David Dayman 11,323 on at
    RE: How to used Business Process in Field service mobile app

    I think you can remove the BPF specfically from the Fields Service Mobile Model Driven app

  • Suggested answer
    Gabriel Dias Junckes Profile Picture
    Gabriel Dias Junckes 2,435 on at
    RE: How to used Business Process in Field service mobile app

    Hi Jacky,

    There is JavaScript on the form to hide the BPF. You don't want to change the field service library.

    You might need to write a JavaScript to run after the Microsoft OnLoad function.

    WebResources/msdyn_/WorkOrder/WorkOrder.Library.js

       function HideBpfIfFieldServiceMobile(formContext, allowHidingBpf) {
            if (allowHidingBpf === void 0) { allowHidingBpf = false; }
            return __awaiter(this, void 0, void 0, function () {
                var _a;
                return __generator(this, function (_b) {
                    switch (_b.label) {
                        case 0:
                            _a = allowHidingBpf;
                            if (_a) return [3 /*break*/, 2];
                            return [4 /*yield*/, IfFieldServiceMobile()];
                        case 1:
                            _a = (_b.sent());
                            _b.label = 2;
                        case 2:
                            if (_a) {
                                formContext.ui.process.setVisible(false);
                            }
                            return [2 /*return*/];
                    }
                });
            });
        }

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans