Mendix Java Action, eclipse debug

Publicado em: 25 Outubro 2023
no canal de: 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
}


Nesta página do site você pode assistir ao vídeo on-line Mendix Java Action, eclipse debug duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Kasi Ramanathan 25 Outubro 2023, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 893 vezes e gostou 14 espectadores. Boa visualização!