Issue with "New Instruction sent" field

Hi There,


We are  trying to set “New Instruction Sent” field from API.


We are using RecurringGiftPaymentDetailsEditForm3Data form data to set this field using below line. Still it’s not setting the field to blank.

RecurringGiftPaymentDetailsEditForm3Data editPaymentFormData = new RecurringGiftPaymentDetailsEditForm3Data();
editPaymentFormData.PMINSTRUCTIONDATE_NEW = null;


Can anyone please help us to set this field to blank?

 

Comments

  • Have you tried setting the .Value property? You could also try attaching the debugger to your IIS process and stepping through the code you have to see if things are lining up.
  • Hi Michael,


    When we are using .Value property, we are getting error as ".Value can not be assigned to - It is read only"