how to set value for string field having choices using fix script
I want to insert a record with fiscal year field value, on form it is choice field but in backend it's a string tableRec = new GlideRecord('cost_plan');tableRec.initialize();tableRec.name = 'Test costplan4';tableRec.task = 'ff80cc231bb3f89c2473eb19b...