PdcApplication.GetIsCloudSessionGraphOn: Difference between revisions
Jump to navigation
Jump to search
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..." |
No edit summary |
||
Line 6: | Line 6: | ||
== Code example == | == Code example == | ||
This example shows how to | This example shows how to know if the cloud session is running on GraphOn or not. | ||
<source lang="vb"> | <source lang="vb"> |
Latest revision as of 09:52, 13 August 2025
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 know if the cloud session is running on GraphOn or not.
Dim blnIsGraphOn As Boolean = PDC.App.GetIsCloudSessionGraphOn
Availability
Available since August 2025(From version 2025.2.7.0)