Skip to main content
Solved

can i set value from javascript in acumatica customize ?


Forum|alt.badge.img
  • Freshman I
  • 19 replies

 

can i set value from javascript in acumatica customize, if possible how to do it ?, Please give me an example 

 

 


 

this my customize
 

 

this my javascript ;

function setActionButtonColor(){  
   alert("Hello! I am an alert box!!");
    console.log(123);
document.getElementById("DataInput").value = "My value";

 

thank you

Best answer by aaghaei

use something like

let YourVariable=px_alls['YourObjectID'].getValue();

View original
Did this topic help you find an answer to your question?

5 replies

aaghaei
Captain II
Forum|alt.badge.img+10
  • Captain II
  • 1201 replies
  • Answer
  • December 5, 2023

use something like

let YourVariable=px_alls['YourObjectID'].getValue();


Forum|alt.badge.img
  • Author
  • Freshman I
  • 19 replies
  • December 6, 2023

thnks for your aswer


aaghaei
Captain II
Forum|alt.badge.img+10
  • Captain II
  • 1201 replies
  • December 6, 2023

You are welcome. Glad it was helpful 


Forum|alt.badge.img
  • Author
  • Freshman I
  • 19 replies
  • December 7, 2023
Do you have any recommendations URL for learning more of that language ? let YourVariable=px_alls['YourObjectID'].getValue();

 


aaghaei
Captain II
Forum|alt.badge.img+10
  • Captain II
  • 1201 replies
  • December 7, 2023

Sorry js is not my area of expertise just I know a little bit but I’m sure if you just search for js training materials you will find countless resources.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings