All public logs
Jump to navigation
Jump to search
Combined display of all available logs of 3B Knowledge. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 21:02, 25 December 2024 Admin talk contribs created page 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:01, 25 December 2024 Admin talk contribs uploaded File:Recalc Compliance.png
- 21:01, 25 December 2024 Admin talk contribs created page File:Recalc Compliance.png
- 21:00, 25 December 2024 Admin talk contribs uploaded File:Match a Shift.png
- 21:00, 25 December 2024 Admin talk contribs created page File:Match a Shift.png
- 21:00, 25 December 2024 Admin talk contribs created page File:Matching Results.png
- 21:00, 25 December 2024 Admin talk contribs uploaded File:Matching Results.png
- 20:59, 25 December 2024 Admin talk contribs created page File:Mobile App Invitations.png
- 20:59, 25 December 2024 Admin talk contribs uploaded File:Mobile App Invitations.png
- 20:59, 25 December 2024 Admin talk contribs uploaded File:Accepted Match.png
- 20:59, 25 December 2024 Admin talk contribs created page File:Accepted Match.png
- 20:58, 25 December 2024 Admin talk contribs created page File:Compliance Evaluation.png
- 20:58, 25 December 2024 Admin talk contribs uploaded File:Compliance Evaluation.png
- 20:58, 25 December 2024 Admin talk contribs uploaded File:Suitabilities.png
- 20:58, 25 December 2024 Admin talk contribs created page File:Suitabilities.png
- 20:57, 25 December 2024 Admin talk contribs created page File:Certificate Requirements.png
- 20:57, 25 December 2024 Admin talk contribs uploaded File:Certificate Requirements.png
- 20:48, 25 December 2024 Admin talk contribs created page 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...") Tag: Visual edit
- 20:42, 25 December 2024 Admin talk contribs created page 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...") Tag: Visual edit
- 20:20, 25 December 2024 Admin talk contribs created page 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:15, 25 December 2024 Admin talk contribs created page 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>...") Tag: Visual edit
- 09:40, 17 December 2024 Admin talk contribs created page 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") Tag: Visual edit
- 23:06, 16 December 2024 Admin talk contribs created page 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:...") Tag: Visual edit
- 23:01, 16 December 2024 Admin talk contribs created page 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...") Tag: Visual edit
- 22:54, 16 December 2024 Admin talk contribs created page 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...") Tag: Visual edit
- 22:52, 16 December 2024 Admin talk contribs created page 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...") Tag: Visual edit
- 22:50, 16 December 2024 Admin talk contribs created page 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...") Tag: Visual edit
- 22:42, 16 December 2024 Admin talk contribs created page 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
- 07:02, 11 December 2024 Admin talk contribs created page 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") Tag: Visual edit
- 06:54, 11 December 2024 Admin talk contribs created page 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...") Tag: Visual edit
- 06:45, 11 December 2024 Admin talk contribs created page File:Portal Chat Component.png
- 06:45, 11 December 2024 Admin talk contribs uploaded File:Portal Chat Component.png
- 03:37, 11 December 2024 Admin talk contribs created page 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") Tag: Visual edit
- 02:15, 11 December 2024 Admin talk contribs created page 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...") Tag: Visual edit
- 02:15, 11 December 2024 Admin talk contribs created page File:Custom Favicon.png
- 02:15, 11 December 2024 Admin talk contribs uploaded File:Custom Favicon.png
- 02:13, 11 December 2024 Admin talk contribs created page File:Branding Static Resource.png
- 02:13, 11 December 2024 Admin talk contribs uploaded File:Branding Static Resource.png
- 02:12, 11 December 2024 Admin talk contribs created page File:New Static Resource.png
- 02:12, 11 December 2024 Admin talk contribs uploaded File:New Static Resource.png
- 02:11, 11 December 2024 Admin talk contribs created page File:Portal Page with Web Portal.png
- 02:11, 11 December 2024 Admin talk contribs uploaded File:Portal Page with Web Portal.png
- 02:11, 11 December 2024 Admin talk contribs created page File:Web Portal Record.png
- 02:11, 11 December 2024 Admin talk contribs uploaded File:Web Portal Record.png
- 01:19, 11 December 2024 Admin talk contribs created page 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"...") Tag: Visual edit
- 01:12, 11 December 2024 Admin talk contribs created page 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") Tag: Visual edit
- 06:47, 10 December 2024 Admin talk contribs created page 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") Tag: Visual edit
- 06:08, 10 December 2024 Admin talk contribs created page 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:39, 10 December 2024 Admin talk contribs created page 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...") Tag: Visual edit
- 01:11, 10 December 2024 Admin talk contribs created page 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") Tag: Visual edit