Mendix Java Action, eclipse debug

Published: 25 October 2023
on channel: Kasi Ramanathan
893
14

You can follow me from my Linkedin profile: https://www.linkedin.com/in/kasi-ramanatha...
Sample code
import com.mendix.core.Core;
import com.mendix.logging.ILogNode;
import com.mendix.systemwideinterfaces.core.IContext;
import com.mendix.webui.CustomJavaAction;
import myfirstmodule.proxies.Employee;
import com.mendix.systemwideinterfaces.core.IMendixObject;
@java.lang.Override
public IMendixObject executeAction() throws Exception
{
// BEGIN USER CODE
ILogNode log=Core.getLogger("");
IContext ctx=getContext();
Employee myemp=new Employee(ctx);
myemp.setDepartment("IT");
myemp.setName(this.Nme + " Kasi123");
log.warn("Kasi112233...");
System.out.println("kasi123..");
System.out.println(this.Nme);
System.out.println(this.__Emp.getMembers(ctx).get("Department").getValue(ctx));
return myemp.getMendixObject();
//throw new com.mendix.systemwideinterfaces.MendixRuntimeException("Java action was not implemented");
// END USER CODE
}


On this page of the site you can watch the video online Mendix Java Action, eclipse debug with a duration of hours minute second in good quality, which was uploaded by the user Kasi Ramanathan 25 October 2023, share the link with friends and acquaintances, this video has already been watched 893 times on youtube and it was liked by 14 viewers. Enjoy your viewing!