cancel
Showing results for 
Search instead for 
Did you mean: 

External Class Script Not calling

Manikanadanbe
Star Contributor
Star Contributor

Dear All,

I am trying to create the external class using unity script ,But the script not at all calling .I  am using below coding in order to create the external object,

public void OnWorkViewGetExternalObject(Hyland.Unity.Application unityApplication, Hyland.Unity.WorkView.WorkViewGetExternalObjectEventArgs args)
{
// Add Code Here
// Add Code Here
try
{
unityApplication.Diagnostics.Write("Test");
unityApplication.Diagnostics.Write("Starting Workview:ExternalClass:OnWorkViewGetExternalObject:Sample...");
args.ExternalObject.SetAttributeValue("ID",1);
args.ExternalObject.SetAttributeValue("PONO","12345");

args.ExternalObject.SetAttributeValue("ID",2);
args.ExternalObject.SetAttributeValue("PONO","123456");
}
catch(Exception ex)
{
unityApplication.Diagnostics.Write(ex.Message.ToString());
}
}

Why this script is not executing when i am trying to open related filter.please assist me to solve this issue

1 ACCEPTED ANSWER

Karen_Wood
Confirmed Champ
Confirmed Champ

Manikandakumar,

If you are still having this problem and would like it to be looked into further, you should call your first line of support.

View answer in original post

1 REPLY 1

Karen_Wood
Confirmed Champ
Confirmed Champ

Manikandakumar,

If you are still having this problem and would like it to be looked into further, you should call your first line of support.