cancel
Showing results for 
Search instead for 
Did you mean: 

CRM IPC User Functions

Former Member
0 Kudos

I have a class that extends sce_user_fn that parses a user supplied characteristic and places its parts into other characteristics. I want to be able to validate that the user supplied characteristic is valid before parsing. If the user supplied characteristic is not valid I want to reset the characteristic to the default.

I have the validation code completed. However, if the validation fails I am unable to reset the characteristic. I have tried using the method scelib.set_value(ddb_inst, String, String) and <fn_args>.set_value(String, String) without success.

<b>Can anyone please help me figure out how to reset a characteristic value in a class extending sce_user_fn?</b> (Any information regarding CRM, IPC, configuration, configurator, or user functions is appreciated.)

Thanks,

Tony

PS: If I have not explained in enough detail please ask about the areas you need more.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Tony, since you have some experience in this area, can you answer my question if possible.

I want to get the Characteristic TYPE(CHAR or NUM) while I am inside the VC java class...do you know of any class/methods that could help me..