Friday, April 29, 2022

VBCS - Export data to Excel | Export data component

Use Case:

  • Extend the EmployeeApplication.
  • Install Export data component
  • Drop the export data component to employee list main page.
  • Bind the Export dara to data source and fields to export.


Steps in detail with Screenshots:















No comments:

Post a Comment

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...