New pages
More actions
26 August 2025
- 03:3203:32, 26 August 2025 ResourceEdit class (hist | edit) [2,034 bytes] Nguyenduyan (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>ResourceEdit</nowiki> |Description=<nowiki>Generic class for editing resources</nowiki> |InheritsFrom=object|Methods= {{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Inherited=object|Description=<nowiki>The string representation of the object.</nowiki>}} |Properties= {{CGscriptProperties_Template|ReturnType=bool|Name=<nowiki>CalculatedManHours</nowiki>|HasGetter=1|HasSetter=1|Description=<nowiki>Get/set c...")
29 July 2025
- 09:0909:09, 29 July 2025 Wiki/MediaWiki:Common.js (hist | edit) [0 bytes] Phuadmin@voxmeter.dk (talk | contribs) (Created page with "$(function () { const key = 'cgkb-open-nodes'; // Hàm lưu node đang mở vào localStorage function saveOpenNodes() { const openNodes = []; $('.CategoryTreeNode:has(.CategoryTreeToggleOpen)').each(function () { const title = $(this).data('ct-title'); if (title) openNodes.push(title); }); localStorage.setItem(key, JSON.stringify(openNodes)); } // Hàm khôi phục trạng thái cây function restoreOpenNodes() { const openN...") Tag: Visual edit: Switched
24 July 2025
- 09:4909:49, 24 July 2025 Microsoft login Customer Admin (hist | edit) [1,210 bytes] Antester@voxmeter.dk (talk | contribs) (Created page with " Documentation for Customer admins: = Configure your Entra to login to Catglobe = Congratulations, instead of having to deal with usernames and password on your Catglobe based application you can now use Microsoft Entra login to access. == Information you need == Your Catglobe contact should have given you: 1. The url to the Catglobe powered application. 2. A list of roles you need to give to your users ==== Configuration steps ==== 1. Open the Url and click "Lo...")
- 09:4509:45, 24 July 2025 Microsoft login Catglobe Admin (hist | edit) [2,319 bytes] Antester@voxmeter.dk (talk | contribs) (Created page with "Category:Guides Documentation for Catglobe site admins: = Setting up Sso = == Prerequisites == You need to contact Catglobe support to enable your site for Entra login. == Configuration steps == ==== AppProducts ==== 1. Setup AppProducts in your Catglobe site. 2. Add Roles in your AppProduct 3. Add group membership for each role ==== Tenants ==== 1. Choose which external roles from the App Roles lists (See "List of App Roles") should be given to your client....")
- 03:4203:42, 24 July 2025 Microsoft login (hist | edit) [2,119 bytes] Antester@voxmeter.dk (talk | contribs) (Created page with "Documentation for Catglobe site admins:") Tag: Visual edit
30 May 2025
- 03:2603:26, 30 May 2025 AppProductRole class (hist | edit) [1,852 bytes] Antester@voxmeter.dk (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>AppProductRole</nowiki> |Description=<nowiki>Represents a single role in an AppProduct.</nowiki> |InheritsFrom=object|Methods= {{CGscriptMethods_Template|ReturnType=Empty|Name=<nowiki>AddGroup</nowiki>|Parameters= {{CGscriptParameters_Template|Type=int|Name=<nowiki>groupId</nowiki>|Description=<nowiki>Group to add</nowiki>}} |Description=<nowiki>Add a group to this role</nowiki>}} {{CGscriptMethods_Template|ReturnType=Empty|Name=<no...")
- 03:2603:26, 30 May 2025 TenantMappingRole class (hist | edit) [1,545 bytes] Antester@voxmeter.dk (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>TenantMappingRole</nowiki> |Description=<nowiki>Role mapping entry for the tenant</nowiki> |InheritsFrom=object|Methods= {{CGscriptMethods_Template|ReturnType=Empty|Name=<nowiki>AddRole</nowiki>|Parameters= {{CGscriptParameters_Template|Type=AppProductRole|Name=<nowiki>role</nowiki>|Description=<nowiki>The role to add</nowiki>}} |Description=<nowiki>Add a role to the mapping</nowiki>}} {{CGscriptMethods_Template|ReturnType=Empty|Nam...")
29 May 2025
- 07:5307:53, 29 May 2025 TenantOnboarding class (hist | edit) [861 bytes] Antester@voxmeter.dk (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>TenantOnboarding</nowiki> |Description=<nowiki>Onboarding info for the tenant</nowiki> |InheritsFrom=object|Methods= {{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Inherited=object|Description=<nowiki>The string representation of the object.</nowiki>}} |Properties= {{CGscriptProperties_Template|ReturnType=string|Name=<nowiki>ObjectTypeName</nowiki>|HasGetter=1|Description=<nowiki>The name of the type of...")
- 07:5207:52, 29 May 2025 TenantMapping class (hist | edit) [1,015 bytes] Antester@voxmeter.dk (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>TenantMapping</nowiki> |Description=<nowiki>Tenant mapping and parent folder for the tenant</nowiki> |InheritsFrom=object|Methods= {{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Inherited=object|Description=<nowiki>The string representation of the object.</nowiki>}} |Properties= {{CGscriptProperties_Template|ReturnType=string|Name=<nowiki>ObjectTypeName</nowiki>|HasGetter=1|Description=<nowiki>The name o...")
- 07:4907:49, 29 May 2025 AppProduct class (hist | edit) [2,703 bytes] Antester@voxmeter.dk (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>AppProduct</nowiki> |Description=<nowiki>Represents an AppProduct.</nowiki> |InheritsFrom=object|Methods= {{CGscriptMethods_Template|ReturnType=Empty|Name=<nowiki>Save</nowiki>|Description=<nowiki>Apply all changes to the AppProduct</nowiki>}} {{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Inherited=object|Description=<nowiki>The string representation of the object.</nowiki>}} |Properties= {{CGscriptProp...") Tag: Visual edit: Switched
- 07:4007:40, 29 May 2025 Tenant class (hist | edit) [2,938 bytes] Antester@voxmeter.dk (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>Tenant</nowiki> |Description=<nowiki>Represents a SsoTenant.</nowiki> |InheritsFrom=object|Methods= {{CGscriptMethods_Template|ReturnType=Empty|Name=<nowiki>Save</nowiki>|Description=<nowiki>Apply all changes to the SsoTenant</nowiki>}} {{CGscriptMethods_Template|ReturnType=string|Name=<nowiki>ToString</nowiki>|Inherited=object|Description=<nowiki>The string representation of the object.</nowiki>}} |Properties= {{CGscriptProperties_...") Tag: Visual edit: Switched