PdcApplication.GetIsCloudSessionGraphOn

From External Bemet Wiki
Revision as of 09:46, 13 August 2025 by TC (talk | contribs) (Created page with "== Declaration == GetIsCloudSessionGraphOn == Description == This function determines if the cloud session is using GraphOn, returns True if it does, and False if it doesn't. == Code example == This example shows how to retrieve a VAT code and percentage based on only a customer number and put the results in a result object. <source lang="vb"> Dim blnIsGraphOn As Boolean = PDC.App.GetIsCloudSessionGraphOn </source> == Availability == Available since August 2025(Fro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

GetIsCloudSessionGraphOn

Description

This function determines if the cloud session is using GraphOn, returns True if it does, and False if it doesn't.

Code example

This example shows how to retrieve a VAT code and percentage based on only a customer number and put the results in a result object.

  Dim blnIsGraphOn As Boolean = PDC.App.GetIsCloudSessionGraphOn

Availability

Available since August 2025(From version 2025.2.7.0)