My Login Audit Portlets in SDF Custom Objects

You can create My Login Audit portlets in SuiteCloud Development Framework (SDF) using the publisheddashboard SDF custom object. For information about the appropriate context, see Published Dashboards as XML Definitions.

The My Login Audit portlet shows information about your login activity.

My Login Audit portlets in SDF are represented with the lastlogin element. You can specify this element in a dashboard of a published dashboard object.

The following example shows My Login Audit portlet definition with various types of logins and other information (for example last login, last mobile login, and date of password expiration).

          <lastlogin>
    <isminimized>F</isminimized>
    <showcurrentuilogin>F</showcurrentuilogin>
    <showcurrentuiloginip>F</showcurrentuiloginip>
    <showfailuresthismonth>F</showfailuresthismonth>
    <showfailuresthisweek>F</showfailuresthisweek>
    <showfailurestoday>T</showfailurestoday>
    <showlastfailureip>F</showlastfailureip>
    <showlastfailuretime>F</showlastfailuretime>
    <showlastlogin>T</showlastlogin>
    <showlastloginip>F</showlastloginip>
    <showlastmobilelogin>T</showlastmobilelogin>
    <showlastmobileloginip>F</showlastmobileloginip>
    <showlastotherservicelogin>F</showlastotherservicelogin>
    <showlastuilogin>F</showlastuilogin>
    <showlastuiloginip>F</showlastuiloginip>
    <showlastwebservicelogin>F</showlastwebservicelogin>
    <showlastwebserviceloginip>F</showlastwebserviceloginip>
    <showmobilethismonth>F</showmobilethismonth>
    <showmobilethisweek>F</showmobilethisweek>
    <showmobiletoday>F</showmobiletoday>
    <showpasswordchanged>T</showpasswordchanged>
    <showpasswordexpiration>T</showpasswordexpiration>
    <showsuccessthismonth>F</showsuccessthismonth>
    <showsuccessthisweek>F</showsuccessthisweek>
    <showsuccesstoday>T</showsuccesstoday>
    <showwebservicethismonth>F</showwebservicethismonth>
    <showwebservicethisweek>F</showwebservicethisweek>
    <showwebservicetoday>F</showwebservicetoday>
</lastlogin> 

        

For more information about My Login Audit portlets, see the following help topics:

Related Topics

General Notices