Filtered Index

Filtered by: Scripting

ScorpionSting's picture
article
Reads:

3949

Score:
3
3
5
 
Comments:

0


IDProvider call from User App (IDM 4.0.1)

This article describes how to set up and configure User Application to call the ID Provider for sequential ID's that can be used in Workflow.

wschreiber's picture
article
Reads:

3288

Score:
3
3
3
 
Comments:

0


HowTo: Use Radio Buttons in User Application (HTML Radio)

Radio ga ga ... Radio, someone still loves you!

User Application does allow for Radio Buttons, but only in the flavor of TrueFalseRadioButtons

There are some ways to implement some more flexible radio type fields.
One of these options could be to add radio functionality to the MVCheckbox control; another option could be to add an HTML radio control.

A previous article has described the approach of enhancing MVCheckboxes, while this second article covers the HTML approach.

wschreiber's picture
article
Reads:

4129

Score:
3.75
3.8
4
 
Comments:

0


HowTo: Make your Move (in IDM Workflows)

IDM Designer and Workflow activities allow for various entity operations, namely Create, Modify, and Delete operations.

There is no entity operation to move an object, and none to rename.

As a workaround you may consider writing some driver that does the move/rename for you, but imagine how much easier your life could be with a Move/Rename entity operation within the workflow.

Here's an easy way to accomplish this.

tisenberg's picture
blog
Reads:

2690

Score:
3.5
3.5
2
 
Comments:

0


Client Side Scripting tips in Novell Operations Center operators console

I had a few questions over the past few weeks and figured it was time to do some scripting tips again. From time to time you need a little more advanced right-click scripts for the Novell Operations Console. One of my past blogs was about creating...

mfaris01's picture
article
Reads:

4925

Score:
2.5
2.5
4
 
Comments:

0


eDirectory Restoration – A Case of Perfect Replication of a Change

You’ve followed all the best practices and documentation. Your eDirectory trees are healthy and replicating with no errors. Time is in synchronization and ndsrepair shows no errors or external references hanging out there.

So, what do you do when eDirectory gets a request to remove 20,000 members from a group and replicates the change to all of the replicas?

rrawson's picture
article
Reads:

2792

Score:
5
5
1
 
Comments:

0


Using the Scripting Driver to query Active Directory

Our client is concerned about a well known behavior in AD with regards to synchronization of the last logon time of a user. In Active Directory, the attribute lastLogon contains the last time a user logged in. This attribute, however, is not replicated between domain controllers. Therefore, since IDM runs off one of those domain controllers, only user who logged in at that specific DC would be synchronized. This solution demonstrates how to use the scripting driver to retrieve more updated data for lastLogon.

© 2013 Novell