/*
            thisComponent.setValue("CSalesData/ReqCSalesDetails/contractStatus", "Awaiting Signature");
            thisComponent.save();
 */
 @Override
 public Boolean process() throws Exception {
   CSDetails info = getHelper().getInfoComponentStub();
   info.setContractStatus(ContractStatus.AWAITING_SIGNATURE.getStatus());
   return getHelper().saveComponent(info);
 }