User contributions for Admin

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

10 March 2025

  • 01:5201:52, 10 March 2025 diff hist +17 Client Shift ManagerNo edit summary current Tag: Visual edit
  • 01:5201:52, 10 March 2025 diff hist +11,205 N Client Shift ManagerCreated page with "== Intro == To configure the Client Shift Manager, create a new Component Configuration of type "Client Shift Manager" (add the option to the Type field if upgrading from a version < 2.7). Find below a sample configuration file for the new Client Shift Manager<syntaxhighlight lang="json"> { "timezonePreference": "user", "schedulables": { "shift": { "objectType": "b3s__Shift__c", "startFieldPath": "b3s__Scheduled_Start_Time__c",..." Tag: Visual edit
  • 01:5001:50, 10 March 2025 diff hist +1,070 N WFM Changelog v2.7Created page with "== New == * Added the all new Client Shift Manager - a new component that can be embedded in Portals (also in Digital Experiences or ran standalone) that will replace the full scheduler in favour to a simpler UI for managing shifts == Fixes == * DEV-542 - Fixed an issue which could cause shifts to be duplicated in the scheduler on soft refresh * DEV-543 - Fixed an issue where compliance wasn't re-calculated for unassigned shifts * DEV-547 - Fixed an issue with bul..." Tag: Visual edit

27 February 2025

26 February 2025

  • 09:0009:00, 26 February 2025 diff hist +952 N Session Validity for External Facing ComponentsCreated page with "Components embedded outside of salesforce (e.g. MyDocuments, Job Boards, Sessions) now have a new seeting (as of v6.21+) that you can set to define the session validity. The session validity is usually that of the user elected as the authorization user through the Connected App. By default, a user's session is 60 minutes (3600 seconds), however if you need to change this behaviour, update the window.globals object as follows:<syntaxhighlight lang="javascript"> window[..." current Tag: Visual edit
  • 08:5808:58, 26 February 2025 diff hist +1,017 N 3B Onboarding version 6.21 changelogCreated page with "== Fixes == * Due to an issue with CORS, retreiving session details could cause an error when onboarding components were embedded externally. This has been patched Note: - All applications have been re-built with a minor change to session handling. By default, a user's session is 60 minutes (3600 seconds), however if you need to change this behaviour, update the window.globals object as follows:<syntaxhighlight lang="javascript"> window['globals'] = { sessionId: '..." current Tag: Visual edit

25 February 2025

  • 09:4109:41, 25 February 2025 diff hist +2,703 N Changelog 3B CLM v5.8Created page with "== New == * DEV-455 We have now added support for user typed signatures in addition to drawn signatures. This feature impacts Sign and Templates * DEV-450 Previously, when a Sign document was submitted and then viewed (or generated into a PDF), we would execute all function expressions again. This behaviour has been changed now, so that we will save the results of the function expression. Any documents submitted on this or later versions will "remember" the function exp..." current Tag: Visual edit

11 February 2025

10 February 2025

  • 05:4705:47, 10 February 2025 diff hist +653 N WFM Changelog v2.5.XCreated page with "Fixes * Added support for Scheduled, Actual and Absolute times in the Scheduler Definition -> Shift schedulable. <syntaxhighlight lang="json"> "shift": { "objectType": "b3s__Shift__c", "startFieldPath": "b3s__Scheduled_Start_Time__c", "endFieldPath": "b3s__Scheduled_End_Time__c", "actualStartFieldPath": "b3s__Actual_Start_Time__c", "actualEndFieldPath": "b3s__Actual_End_Time__c", "absoluteStartFieldPath": "b3s__Absolute_Start_Time__c", "abs..." current Tag: Visual edit

7 February 2025

6 February 2025

  • 04:4004:40, 6 February 2025 diff hist +17 Weekly View in Timesheet SubmissionNo edit summary Tag: Visual edit
  • 04:3904:39, 6 February 2025 diff hist +17,172 N Weekly View in Timesheet SubmissionCreated page with "Version 2.3 of WFM adds a new Weekly View to the Timesheet Submission app. Please find below a sample schema for an OOTB implementation. The important new fields are: - Now shift and request schedulable has 2 sets of fields that are required: "startFieldPath":"b3s__Absolute_Start_Time__c", "endFieldPath":"b3s__Absolute_End_Time__c", "actualStartFieldPath":"b3s__Actual_Start_Time__c", "actualEndFieldPath":"b3s__Actual_End_Time__c", - submitForApprovalLabel - (avail..." Tag: Visual edit
  • 04:3404:34, 6 February 2025 diff hist +1,639 N Resource FiltersCreated page with "In addition to the Scheduling Filters article, with the release of version 2.3 of WFM, we are introducing Resource Filtering. To create a resource filter, ensure that the filter has: - type set to "resource" - you access the two new global variables: resources and screenResources. The first variable returns all resources loaded, the second one returns only the resources currently visible - the matchItems function should use resources and filterItems arguments inst..." current Tag: Visual edit
  • 04:3104:31, 6 February 2025 diff hist +3,461 N Clock App ExpensesCreated page with "From version 2.3 of WFM, expenses are surfaced in the mobile app. Below is an example schema for the Mobile App definition:<syntaxhighlight lang="json"> { "schedulables:{ ..., "expense":{ "objectType":"b3s__Expense__c", "startFieldPath":"b3s__Expense_Date_Query__c", "endFieldPath":"b3s__Expense_Date_Query__c", "selectionClause":[ "b3s__Contact__c = :contactUserId AND b3s__Contact__c != null" ],..." current Tag: Visual edit
  • 04:2904:29, 6 February 2025 diff hist +672 N Timezone HandlingCreated page with "A new property has been added to all definitions (Scheduler, Mobile App and Timesheeting) that allows you to control and set the timezone for the application's operation. The option is called: timezonePreference and it accepts one of two values:<syntaxhighlight lang="json"> { "timezonePreference": "user", "schedulables": { ... } } </syntaxhighlight>'''user -''' if you set it to user, then the salesforce user's timezone will be used for all operations..." Tag: Visual edit
  • 04:2604:26, 6 February 2025 diff hist +2,114 N WFM Changelog v2.3.XCreated page with "== New == * New Timezone Handling capability for the Scheduler, Clock and Timesheeting applications. This also fixes issues in multi-timezone settings, where dates could be incorrectly displayed/recorded. * New Shift Job Boards functionality, allowing candidates to search for shifts that are open. * New ability to match shifts to candidates, just like matching candidates to shifts. * Clock App - now, expenses are displayed in the mobile a..." current Tag: Visual edit

3 February 2025

30 January 2025

23 January 2025

25 December 2024

17 December 2024

  • 10:4010:40, 17 December 2024 diff hist +455 N 3B Onboarding version 6.19 changelogCreated 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
  • 00:0600:06, 17 December 2024 diff hist +4,333 N Data ValidationCreated 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
  • 00:0100:01, 17 December 2024 diff hist +8,906 N Custom Styling FormsCreated 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

16 December 2024

  • 23:5423:54, 16 December 2024 diff hist +2,196 N Merge Question ValuesCreated 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
  • 23:5223:52, 16 December 2024 diff hist +2,165 N Configure Question TitlesCreated 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

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)