web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Service | Customer Service, Contact Center, Fie...
Suggested Answer

How to used Business Process in Field service mobile app

(0) ShareShare
ReportReport
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

I have the same question (0)
  • Suggested answer
    Gabriel Dias Junckes Profile Picture
    2,428 on at

    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*/];
                    }
                });
            });
        }

  • Thomas David Dayman Profile Picture
    11,323 on at

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

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Service | Customer Service, Contact Center, Field Service, Guides

#1
11manish Profile Picture

11manish 36

#2
Mallesh Deshapaga Profile Picture

Mallesh Deshapaga 32

#3
ManoVerse Profile Picture

ManoVerse 30 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans