How to call C#
function in Javascript
with Acumatica platform?
I tried alert( '<% = ScanPageCount%>')
does not work
Asked
Active
Viewed 324 times
0

Vardan Vardanyan
- 649
- 5
- 12
-
do you look here [How to call a C# function from javascript?](http://stackoverflow.com/questions/18441194/how-to-call-a-c-sharp-function-from-javascript) – go.. Nov 24 '16 at 07:05
-
I dont utilize `static` method this is my function `public string ScanPageCount()` `{` `return this.MyPanel.Current.PageCount.ToString();` `}` – Vardan Vardanyan Nov 24 '16 at 07:28
-
@SinanBARAN link doesn't apply for Acumatica – Hugues Beauséjour Jan 02 '20 at 20:05