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
}
Sur cette page du site, vous pouvez voir la vidéo en ligne Mendix Java Action, eclipse debug durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Kasi Ramanathan 25 octobre 2023, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 893 fois et il a aimé 14 téléspectateurs. Bon visionnage!