Solved

What could be the reason that the DeleteAppointmentTaskScheduler is working with the SF-model, but not in IAM?


Userlevel 4
Badge +14

I have an issue with the DeleteAppointmentTaskScheduler. It works fine with the SF-model, but I can't get it working when I use the application in IAM. 

Checked:

  • Same GUI (2022.1.18).
  • Extended property set in SF (not overruled in IAM, and not in ini-file).
  • Model rights for the task, parameters and tab task.
    The task can be used directly from the table. 
  • Database rights (execute task). 
  • Special characters

What else? 

icon

Best answer by Anne Vries 29 June 2022, 11:50

View original

This topic has been closed for comments

7 replies

Userlevel 4
Badge +2

Hi,

You probably have to add it to your global configuration in IAM

Just add an extended property named: DeleteAppointmentTaskScheduler
With the value being the name of the task you want to trigger.

 

Userlevel 6
Badge +16

Can you compare the get_gui code's of the task when running this against iam and sf? Is there a noticable difference? 

Userlevel 4
Badge +14

I compared the output of:

  • get_gui_extended_property
  • get_gui_task
  • get_gui_task_parmtr
  • get_gui_tab_task
  • get_gui_tab_task_parmtr

The is no difference in values. The only difference is the order of the column 'type_of_default_value’ in the get_gui_task_parmtr. 

Userlevel 4
Badge +14

Also checked

  • get_gui_tab 
  • get_gui_col
  • synchronized to another IAM database (same as SF), and use the same end application database

 

Userlevel 6
Badge +16

And the context procedure? Can you compare those?

 

Userlevel 4
Badge +14

There is only a context procedure for the resource table of the scheduler. The scheduler tasks including the delete task are not connected to the resouce table. The tasks of the scheduler are all table tasks of the task view (without table task parameters).    

Userlevel 4
Badge +14

That is indeed the solution. A little bit strange, but I guess they are going to fix it 😉