Hi team,
I have a requirement to reset the planned start date in freshservice
I tried the below way to reset but not working
client.interface.trigger(“setValue”, { id: “plannedStartDate”, value: ‘’ });
Please suggest any other way to reset a value of date for this field
Thanks in advance,
Tejasri Kalluri