User contributions for Admin
Jump to navigation
Jump to search
23 January 2025
- 03:4803:48, 23 January 2025 diff hist +42 Changelog 3B CLM v5.7 No edit summary current Tag: Visual edit
25 December 2024
- 21:0421:04, 25 December 2024 diff hist +33 Matching and Compliance Engine No edit summary current Tag: Visual edit
- 21:0221:02, 25 December 2024 diff hist +16,844 N Matching and Compliance Engine Created page with "== Intro == The 3B Compliance engine is a set of tools that allow system admins to define rules, conditions and restrictions that will apply on shifts that are booked as well as used as part of matching for relevant candidates == Look Back and Look Forward Extension == The lookBackExtendDays and lookForwardExtendDays allows us to load define a few days before/and after the start and end field paths. This is useful when creating compliance rules that need to evaluate mul..." Tag: Visual edit
- 21:0121:01, 25 December 2024 diff hist +17 N File:Recalc Compliance.png No edit summary current
- 21:0021:00, 25 December 2024 diff hist +13 N File:Match a Shift.png No edit summary current
- 21:0021:00, 25 December 2024 diff hist +16 N File:Matching Results.png No edit summary current
- 20:5920:59, 25 December 2024 diff hist +22 N File:Mobile App Invitations.png No edit summary current
- 20:5920:59, 25 December 2024 diff hist +14 N File:Accepted Match.png No edit summary current
- 20:5820:58, 25 December 2024 diff hist +21 N File:Compliance Evaluation.png No edit summary current
- 20:5820:58, 25 December 2024 diff hist +13 N File:Suitabilities.png No edit summary current
- 20:5720:57, 25 December 2024 diff hist +24 N File:Certificate Requirements.png No edit summary current
- 20:5520:55, 25 December 2024 diff hist +121 Scheduler Definition No edit summary current Tag: Visual edit
- 20:4820:48, 25 December 2024 diff hist +7,836 N Worker Mobile App Definition Created page with "The worker mobile app relies on the Component Configuration of the type “Clock In / Out Component” as well as on the Component Loader linked to the created Component Configuration. The schedulable objects for the worker mobile app are as follows: * Break (b3s__Break__c) - represents a shift break * Expense (b3s__Expense__c) - represents an expense item * Request (b3s__Employee_Request__c) - represents an availability request * geoTag (b3s__Geo_Ta..." current Tag: Visual edit
- 20:4220:42, 25 December 2024 diff hist +3,739 N Timesheeting Definition Created page with "The timesheet management system consists of two components - Timesheet Submission and Timesheet Approval. Timesheet management depends on a schema, much similar to that of the scheduler. For timesheet management, you need to set up a Component Configuration records as well as Component Loaders. == Identifying User == The timesheeting components auto-identify the logged in user from the context community user if the components are embedded in a digi..." current Tag: Visual edit
- 20:3820:38, 25 December 2024 diff hist +35,734 Scheduler Definition No edit summary Tag: Visual edit
- 20:2120:21, 25 December 2024 diff hist +537 Definition Formatters No edit summary current Tag: Visual edit
- 20:2020:20, 25 December 2024 diff hist +26 Definition Conditionality →Matchers current Tag: Visual edit
- 20:2020:20, 25 December 2024 diff hist +580 N Definition Formatters Created page with "Data formatters available in the definition are: Date (will convert to local user's date preference), Time (will convert to a 12/24hr clock) and Date Time. You can use formatters in: * title definitions * matchers <syntaxhighlight lang="json"> ... title: [ { label: 'Start', fieldPath: 'b3s__Start__c', formatter: 'dateTime', hideIfNull: false, }, ], ... { "label": "Created date", "match": {..." Tag: Visual edit
- 20:1520:15, 25 December 2024 diff hist +559 N Highlighted Dates in Calendar Created page with "Similar to Loaders, special dates are executable javascript functions defined in Custom Metadata. Below you can find the template for a special date (4th of July) - the global "date" variable is the date the scheduler renders. If you return a string, the text will be displayed in the day cell. Global Variables * date - the current cell's date @return - The return type must be a string or a null. <code>return (</code> <code> date.getMonth() == 6 &&</code> <code>..." current Tag: Visual edit
17 December 2024
- 09:4009:40, 17 December 2024 diff hist +455 N 3B Onboarding version 6.19 changelog Created page with "== Fixes == * Fixed an issue where Job Types and Sites in custom job boards would rely on the 3B object model. This update allows integrators to update the references for the Job Board component to allow the drop downs to pull Sites and Job Types linked to the contextual job object (which might be different than the 3B one). == Link == https://login.salesforce.com/packaging/installPackage.apexp?p0=04tJ5000000D4m0 Category:3B Onboarding Changelog" current Tag: Visual edit
16 December 2024
- 23:0623:06, 16 December 2024 diff hist +4,333 N Data Validation Created page with "Data validation ensures that respondents fill out all required form fields and the format of values is correct before they are submitted to the server. formJS Form Library supports data validation on the client and server side and allows you to validate user responses immediately after an answer is entered or when respondents proceed to the next page or end the form. Refer to the following sections for information on how to add and configure data validation in your form:..." current Tag: Visual edit
- 23:0123:01, 16 December 2024 diff hist +8,906 N Custom Styling Forms Created page with "== Intro == 3B Forms adds the capability to add your own custom CSS styling to a form through the usage of the Form Style object. The added custom styling will apply within the form builder and the generated form. == Usage == Adding custom CSS styles allows you to achieve the following (and much more): - Adding your company’s custom font style, color, spacing or other font related properties - Adding support for emojis, custom glyphicons and other..." current Tag: Visual edit
- 22:5422:54, 16 December 2024 diff hist +2,196 N Merge Question Values Created page with "You can merge values from multiple questions into a single array or object. This functionality enables you to split complex forms into connected parts. For example, you can create a form where users enter a list of employees in one question and fill out details about them in another question. If you associate the questions with each other, their values will be merged into a single array. To associate two questions, set their valueName property to the same value. This va..." current Tag: Visual edit
- 22:5222:52, 16 December 2024 diff hist +2,165 N Configure Question Titles Created page with "You can specify the title property to set a question title. If you leave it unspecified, the question displays its name value as a title. However, question titles can have additional elements that you can configure, such as question numbers and required marks. * Question Numbers * Required Mark * Title Pattern == Question Numbers == Questions are numbered starting with 1. If you want to start numbering with a different number or use letters instead, specify the form's..." current Tag: Visual edit
- 22:5022:50, 16 December 2024 diff hist +10,125 N Create a Multi-Page form Created page with "This step-by-step tutorial will help you create a form with multiple pages. * Add Multiple Pages to a form * Configure Page Visibility * Configure Page Navigation ** Switch Between Pages ** Page Navigation UI * Configure Special Pages ** Start Page ** Complete Page ** Preview Page * Render the form == Add Multiple Pages to a form == A page is a container for other form elements (related objects and questions). Pages cannot be nested into each other. Every form should h..." current Tag: Visual edit
- 22:4822:48, 16 December 2024 diff hist −37 Conditional Logic and Dynamic Texts No edit summary current Tag: Visual edit
- 22:4222:42, 16 December 2024 diff hist +26,770 N Conditional Logic and Dynamic Texts Created page with "Conditional Logic and Dynamic Texts This help topic describes how to implement custom conditional logic and add dynamic texts to your form. == Dynamic Texts == Survey UI texts support placeholders whose values are computed at runtime to make the texts dynamic. Placeholders can be used in the following places: * Titles and descriptions of forms, pages, panels, and questions * Properties that accept HTML markup (completedHtml, loadingHtml, etc.) * Expressions You c..." Tag: Visual edit
11 December 2024
- 07:0207:02, 11 December 2024 diff hist +439 N Portal chat component Created page with "In addition to the internal/digital experience two-way chat component, we have developed a portal chat component that can be embedded in the 3B portals to allow two-way chat with internal users. Simply drag and drop the component, and it is ready to go! Note: You can set the parent element's height to an arbitrary number e.g. 600px in order to limit the height of the component. Category:3B Onboarding" current Tag: Visual edit
- 06:5406:54, 11 December 2024 diff hist +503 N 3B Onboarding version 6.15 changelog Created page with "== New == * This version introduces the portal chat component. It is a component that can be dragged and dropped inside a 3B Portal, allowing portal users to have interactions with internal users. This tool is in addition to the internal/digital experience two-way chat component. == Link == thumb|Portal Chat Component https://login.salesforce.com/packaging/installPackage.apexp?p0=04tJ5000000D4lR Catego..." current Tag: Visual edit
- 06:4506:45, 11 December 2024 diff hist +21 N File:Portal Chat Component.png No edit summary current
- 03:3703:37, 11 December 2024 diff hist +418 N Changelog 3B CLM v5.6 Created page with "== Fixes == * DEV-418 - Headings not formatted correctly in 3B Docs * DEV-419 DEV-420 - Deprecated HTMl embed & Todo List from Docs * DEV-425 - Sign wouldn't retain the labels settings upon page reload * Fixed a bug with iOS Safari where drop downs wouldn't render == Link == https://login.salesforce.com/packaging/installPackage.apexp?p0=04tJ7000000LPBe Category:3B Docs Changelog Category:3B Sign Changelog" current Tag: Visual edit
- 02:1502:15, 11 December 2024 diff hist +2,398 N Mobile App Branding Created page with "To brand the app's icon, favicon and metadata, please navigate to Setup -> Static Resources and download the static resource "Branding (b3p)". You can use https://www.favicon-generator.org/ to upload an image and get all the file types generated. thumb|Branding Static Resource You can edit the app.webmanifest to adjust it as needed:<syntaxhighlight> { "name": "3B Portal", "description": "Portal build using 3B technologies..." current Tag: Visual edit
- 02:1502:15, 11 December 2024 diff hist +14 N File:Custom Favicon.png No edit summary current
- 02:1302:13, 11 December 2024 diff hist +24 N File:Branding Static Resource.png No edit summary current
- 02:1202:12, 11 December 2024 diff hist +19 N File:New Static Resource.png No edit summary current
- 02:1102:11, 11 December 2024 diff hist +27 N File:Portal Page with Web Portal.png No edit summary current
- 02:1102:11, 11 December 2024 diff hist +17 N File:Web Portal Record.png No edit summary current
- 01:1901:19, 11 December 2024 diff hist +4,134 N Submit week for approval Created page with "Introduced in version 2.1. Submitting a week for approval through the timesheet submission component requires the configuration of 4 properties on the shift and expense schedulable definition like follows:<syntaxhighlight lang="json"> { "schedulable": { "shift": { ... "canEdit":{ "condition":{ "allOrSome":"all", "selectors":[ { "field"..." current Tag: Visual edit
- 01:1201:12, 11 December 2024 diff hist +263 N WFM Changelog v2.1 Created page with "== Fixes == * DEV-422 - checkboxes in record forms were always required. This is a bug and it has been rectified to respect the required state == New == * DEV-363 - Timesheeting - submit week for approval - added as a feature Category:3B WFM Changelog" current Tag: Visual edit
10 December 2024
- 06:4706:47, 10 December 2024 diff hist +223 N 3B Onboarding version 6.14 changelog Created page with "== Fixes == * My documents could display duplicate document packs in a bug introduced in 6.13. == Link == https://login.salesforce.com/packaging/installPackage.apexp?p0=04tJ5000000D4lH Category:3B Onboarding Changelog" current Tag: Visual edit
- 06:0906:09, 10 December 2024 diff hist −91 WFM Changelog v2.0 →Link current Tag: Visual edit
- 06:0806:08, 10 December 2024 diff hist +412 N WFM Changelog v2.0 Created page with "== Fixes == * Fixed a bug in the clock app where the UI could be too narrow in some popups making for poor user experience * Fixed a bug in the scheduler app where the close button on a pop-up could prevent the user from opening the same pop-up (affecting matching, shift creation and more) == Link == https://login.salesforce.com/packaging/installPackage.apexp?p0=04tQH000000tnMf Category:3B WFM Changelog" Tag: Visual edit
- 01:3901:39, 10 December 2024 diff hist +650 N 3B Onboarding version 6.13 changelog Created page with "== New == * The entire application now relies on the new Authorization Mechanism. * All components (user-documents, user-sessions, assessments) have been re-built == Fixes == * DEV-416 - My Documents - when a document was submitted successfully, we wouldn't reflect the updated status in the navigation menu (the colored dot wasn't updated properly) == Dependencies == '''Portals v2.9''' - <nowiki>https://3bknowhow.com/wiki/3B_Portals_%26_Mobile_App_version_2.9_changel..." current Tag: Visual edit
- 01:3101:31, 10 December 2024 diff hist +145 New Authorization Mechanism No edit summary current Tag: Visual edit
- 01:1101:11, 10 December 2024 diff hist +250 N 3B Portals & Mobile App version 2.9 changelog Created page with "== Changes == * Vital updates to the communication mechanism to allow Onboarding v6.13 components to operate without issues. == Link == https://login.salesforce.com/packaging/installPackage.apexp?p0=04tWS000000S9YD Category:3B Portals Changelog" current Tag: Visual edit
9 December 2024
- 22:4822:48, 9 December 2024 diff hist +204 N WFM Changelog v1.9 Created page with "== Fixes == * DEV-414 - Editing a record in the Clock app or TS Approval/Submission would block re-opening the edit modal if the X button on the modal was used to close it. Category:3B WFM Changelog" current Tag: Visual edit
- 07:5507:55, 9 December 2024 diff hist +189 N 3B Portals & Mobile App version 2.8 changelog Created page with "== Fixes == * 2.7 could introduce broken styling for some pages == Link == https://login.salesforce.com/packaging/installPackage.apexp?p0=04tWS000000RZ3J Category:3B Portals Changelog" current Tag: Visual edit
- 07:2507:25, 9 December 2024 diff hist +164 N 3B Portals & Mobile App version 1.27 changelog Created page with "Gold Master Release - contains bugfixes == Link == https://login.salesforce.com/packaging/installPackage.apexp?p0=04tWS000000RYFJ Category:3B Portals Changelog" current Tag: Visual edit
- 06:2706:27, 9 December 2024 diff hist +231 WFM Changelog v1.8 →Fixes and Improvements current Tag: Visual edit
- 03:2603:26, 9 December 2024 diff hist +90 Changelog 3B CLM v5.5 →New current Tag: Visual edit