Thursday, December 19, 2013

Setting default value of EO Attribute using Groovy

Create user and user details table as below
Create a BC structure as below 

Generate Impl classes for UserTblEO and add the following method to it 
    public String getName(String name) {
        return "Hello "+name;
    }
Provide the default value of login name expressio as above 
Run the BC tester for LoginAM and create a new row .You can see login name defaulted.



No comments:

Post a Comment