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)- 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
- 22:48, 9 December 2024 Admin talk contribs created page 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") Tag: Visual edit
- 07:55, 9 December 2024 Admin talk contribs created page 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") Tag: Visual edit
- 07:25, 9 December 2024 Admin talk contribs created page 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") Tag: Visual edit
- 02:00, 9 December 2024 Admin talk contribs created page Changelog 3B CLM v5.5 (Created page with "== New == * thumb|Record File ManagerThis version includes the release of the record files manager. This is a utility, helping admins manage and classify record files. The record file manager can be embedded on any visualforce page, can work within a digital experience or in the context of 3B Onboarding - it can be added as a component. Category:3B Docs Changelog Category:3B Sign Changelog") Tag: Visual edit
- 02:00, 9 December 2024 Admin talk contribs created page File:Record File Manager.png
- 02:00, 9 December 2024 Admin talk contribs uploaded File:Record File Manager.png
- 03:34, 8 December 2024 Admin talk contribs created page Changelog 3B CLM v5.3 (Created page with "== Improvements == * Optimized and faster loading for documents, templates and redlining requests == Changes == * Updated the app to utilize the new authorization mechanism * Removed beige background, auto added on some PDFs * Fixed confetti on PDF download * 3B Sign: Added dynamic output size - depending on the box drawn, we will ensure that the contents (text) will be scaled appropriately to fit within the box by changing the font size * 3B Docs: Added the ability t...") Tag: Visual edit
- 00:01, 5 December 2024 Admin talk contribs created page Scheduler Definition (Created page with "The scheduler's definition JSON has the following footprint. == Schedulables == The schedulable defines the object to be scheduled<syntaxhighlight lang="json"> { "schedulables":{ "shift":{ ... } "request": { ... } } } </syntaxhighlight><syntaxhighlight lang="json"> { "schedulables":{ "request":{ "objectType":"b3s__Employee_Request__c", "startFieldPath":"b3s__Start__c",...") Tag: Visual edit
- 23:51, 4 December 2024 Admin talk contribs created page Definition Conditionality (Created page with "Within the app definition, you can create conditional statements and matchers that can return data or evaluate boolean conditions to determine the outcome. == Matchers == A matcher is an object definition that instructs the system to match a field value to another field, to a custom literal or to evaluate a conditional. The matcher always returns a value - this is the value that will be used by the schema. The example below is a matcher created with a conditional. The...") Tag: Visual edit
- 23:41, 4 December 2024 Admin talk contribs created page Scheduling Filters (Created page with "Similar to data loaders and special dates, Scheduling Filters are javascript definitions that allow us to define custom event and resource filters. The below example provided example is for a Job filter. The fingerprint of the javascript object is as follows: * name - must be a unique, camelCase name of the filter * label - will be displayed in the list of filters * items - a javascript function that must return a list of objects with a name and a label attributes * ma...") Tag: Visual edit
- 23:37, 4 December 2024 Admin talk contribs created page App Loaders (Created page with "Application loaders are used to load auxiliary records to support the context definition. == Scheduler == To set up app loaders for the scheduler, go to Setup -> Custom Metadata -> Scheduler Loaders == Candidate App / Timesheeting / Terminal == To set up app loaders for the scheduler, go to Setup -> Custom Metadata -> Component Loaders == Object Name == The scheduler app loader follows the same pattern as the App Definition - you need to set the correct Object...") Tag: Visual edit
- 23:25, 4 December 2024 Admin talk contribs created page App Definition (Created page with "The app definition is a JSON file that is added to custom metadata records that helps provide configuration to the relevant application. == Scheduler == The app definition is setup from Custom Metadata -> Scheduler Definition == Candidate App / Timesheeting / Terminal == The app definition is setup from Custom Metadata -> Component Configuration == Object Name == You can assign an object definition to Scheduler Definition records. This will ensure that the definition...") Tag: Visual edit
- 23:20, 4 December 2024 Admin talk contribs created page WFM Context (Created page with "App context is important for identifying the context in which the component is embedded, and it is derived from the id URL parameter (auto-populated when the record is embedded in on a record). The context is available in the schema through the ":contextId" syntax. In schedule loaders, the context can be retrieved using the "contextRecordId" global variable. In addition, you can access the currently logged in user via “:contactUserId” or “:userId” which returns t...") Tag: Visual edit
- 23:07, 3 December 2024 Admin talk contribs deleted page 3B WFM Changelog (content was: "Changelogs for 3B WFM Category:WFM", and the only contributor was "Admin" (talk))
- 09:33, 3 December 2024 Admin talk contribs created page 3B WFM Changelog (Created page with "Changelogs for 3B WFM Category:WFM") Tag: Visual edit
- 09:30, 3 December 2024 Admin talk contribs created page Category:3B WFM Changelog (Created page with "This category contains all the change logs for 3B WFM Category:WFM") Tag: Visual edit
- 09:29, 3 December 2024 Admin talk contribs created page WFM Changelog v1.8 (Created page with "Category:3B WFM Changelog") Tag: Visual edit
- 02:08, 30 November 2024 Admin talk contribs created page 3B Portals & Mobile App version 2.4 changelog (Created page with "== New == * This version introduces a brand new authentication mechanism - when installing this version, disruption is possible unless you have followed the configuration guide. * All new UI and UX of the builder * Stability, security and reliability improvements * Improved caching management == Important == * This version uses the new authentication mechanism. Please monitor for any undesired issues. == Link == https://login.salesforc...") Tag: Visual edit
- 00:51, 26 November 2024 Admin talk contribs created page New Authorization Mechanism (Created page with "== Intro == The new app authorization mechanism allows us to securely connect 3B Forms, 3B CLM, 3B WFM, 3B Onboarding and 3B Portals & Mobile Apps with Salesforce and the mechanism replaces the old Username + Password + Token mechanism. The benefits of the new mechanism are: * If a user's password expires or is reset, the connection would continue to work without disruption * A more reliable connection and better error messaging * A server-to-server connection ensures...") Tag: Visual edit
- 04:41, 25 November 2024 Admin talk contribs created page 3B Onboarding version 6.12 changelog (Created page with "== New == * This version introduces a new way to Register & Apply for a job. If a Registration Form is not defined, we will use the default login-component. This also applies for non-portal implementations. Note that if Job Boards / Job Posts are used externally (on a client's website), then you will need to add b3p__StandardComponents resource on the web page as it is responsible for the login-component. == Link == https://login.salesforce.com/...") Tag: Visual edit
- 04:25, 25 November 2024 Admin talk contribs created page 3B Portals & Mobile App version 2.3 changelog (Created page with "== Fixes == * A stable fix for portal pages not loading on some Windows machines == Link == https://login.salesforce.com/packaging/installPackage.apexp?p0=04tWS000000Qnhp Category:3B Portals Changelog") Tag: Visual edit
- 03:01, 25 November 2024 Admin talk contribs created page Push Notifications (Created page with "3B Portals & Mobile apps allows push notifications based on salesforce flows / apex triggers to be sent to mobile app subscribers. Setup == Setup == From version 2.0+, admins will need to go to Setup -> Custom Metadata -> Google Service Auths and create a new record. The record must be named "Push", leave all fields with the default configuration. == Sending Push Notifications == To send a push notification, the portal user must be signed in and must have granted "Push...") Tag: Visual edit
- 02:54, 25 November 2024 Admin talk contribs created page 3B Portals & Mobile App version 2.1 changelog (Created page with "== Fixes == * We are rolling out a potential fix for issues loading portal pages on Windows - Chrome/Edge devices * Fixed issues with caching requests * Further optimized page loading speeds * Push notifications were not being sent. The issue was with an old version of firebase. Logic is now re-worked and there are post-installation instructions that need to be followed. Check out the linked article == Link == https://login.salesforce.com/packagi...") Tag: Visual edit
- 19:00, 20 November 2024 Admin talk contribs created page Changelog 3B CLM v5.1 (Created page with "== Fixes == * Generated Documents could have a non-white background which will present on the final PDF. This is rectified == Link == https://login.salesforce.com/packaging/installPackage.apexp?p0=04tJ7000000LP94 Category:3B Docs Changelog Category:3B Sign Changelog") Tag: Visual edit
- 23:08, 18 November 2024 User account 3bWizard talk contribs was created
- 07:46, 18 November 2024 Admin talk contribs created page 3B Onboarding version 6.11 changelog (Created page with "== Changes == * Better mobile view for user-documents - we have removed the "bell" icon and replaced it with a drop down button == Link == https://login.salesforce.com/packaging/installPackage.apexp?p0=04tJ5000000D4gC Category:3B Onboarding Changelog") Tag: Visual edit
- 17:39, 17 November 2024 User account Maxx Beage talk contribs was created
- 05:15, 15 November 2024 Admin talk contribs created page Customize Templates Behaviour and Labels (Created page with "More labels and settings are now available on a 3B CLM template. Simply click on the cog-gear icon and customize the the behaviour of 3B Templates thumb|Template Settings Category:3B Docs") Tag: Visual edit
- 05:14, 15 November 2024 Admin talk contribs created page File:Template Settings New.png
- 05:14, 15 November 2024 Admin talk contribs uploaded File:Template Settings New.png
- 05:11, 15 November 2024 Admin talk contribs created page Disabling Submission Form (Created page with "== Intro == If you have embedded fields on a Template but do not want users to complete them through the submission form, you can now use the new setting "Do Not Use Submission Form" from the Template's settings. Any embedded fields will have to be completed directly on the document. Note that the signature workflow (First Name, Last Name + Signature) will continue to be in the submission form. Category:3B Docs") Tag: Visual edit
- 05:09, 15 November 2024 Admin talk contribs created page Multiple Submitters for 3B Templates (Created page with "== Intro == Adding multiple submitters to a template requires that you pre-generate the document. Use the Template publisher and select the "Start collaboration" button. This will create a Redlining Request record against which you can add the submitters as Collaborators. Make sure to tick the Read Only checkbox if you do not want submitters to edit or interact with the document. Each collaborator needs to be assigned with an Order number. Each collaborator needs to a...") Tag: Visual edit
- 05:05, 15 November 2024 Admin talk contribs created page URL Merge Tags (Created page with "== Intro == Since version v5.0 of CLM, you can insert URL merge tags to a document. Simply create a merge tag and add it to your document, e.g. #{Params:myTagNameUnique} and then load the b3d__Document page with the new URL param myTagNameUnique=value. Make sure to URL encode the value Category:3B Docs") Tag: Visual edit
- 05:04, 15 November 2024 Admin talk contribs created page Changelog 3B CLM v5 (Created page with "== New == * 3B Templates: This version is releasing a brand new template builder interface * 3B Templates: We have added the ability to embed URL Merge Tags to a 3B Template. This feature enables you to create a merge tag and pre-populate it from URL parameters. (DEV-39) * Contract Redlining: We have completely re-implemented the redlining solution. * 3B Templates: We now support Multiple Submitters for 3B Templates, just like 3B Sign. Simply assign a submitter...") Tag: Visual edit
- 06:04, 13 November 2024 Lefteris talk contribs created page 3B Portals & Mobile App version 1.32 changelog (Created page with "====== Bug Fixes ====== # Added fallback to load styles and scripts #* Description: We were having some issues when trying to load styles and scripts in the portals app. We added a fallback which tries to load the file directly from the internet. #* Impact: Improves stability and user experience.")