Map DLL Method Calls
7 min
overview when you generate rules blueprint detects dll method invocations and populates these into the rules table under the custom actions tab with type "dll call" (a360, blue prism) or "invoke method" (uipath) if the rule is left disabled, then on export blueprint will generate a net script to make the method call you will need to ensure the dll itself is available to a library folder on host machines, and that the blueprint generated variable in "references to be loaded" has been set to this folder also ensure the blueprint generated variable in " net script imports" identifies the method's namespace blueprint generates rules for dll method calls even though it will be converted to a working solution as described above the reason blueprint generates these rules is if the user would prefer to map these calls to a different solution to do this, enable the rule, make a selection in the target type drop down and provide the required details map to an external flow docid\ nu3bqtvwhkapcb7yg ml7 map to a script docid aqs es0tizuhibx6x7ux map to a subflow docid\ atrzkxb7fkb7lhmrdrfc6 map to external flow if instead of mapping dll method invocation to a net script you prefer it map to a run desktop flow action then select external flow in the target type column you will need to populate the flow's id and name into the target id and target name columns and enable the rule if you leave them blank, then a new empty flow will be created in pad for this purpose and the id and name columns populate automatically map to script if instead of mapping dll method invocation to a net script you prefer it generate an inline script different from the default (described in overview) then select run \<language>script in the target type column you will need to populate your desired script into the target script column and enable the rule map to subflow if instead of mapping dll method invocation to a net script you prefer it map to a run subflow action then select subflow in the target type column you will need to choose a subflow using the pencil icon in the target id column and enable the rule blue prism blueprism code and dll invocation are automatically packaged into net scripts in pad depending on the required namespaces dlls may need to be added to "references to be loaded" typically these dll files are manually added to a library folder on host machines running power automate see asenumerable support docid\ e 1hmko5sslwvynczba8 for additional information automation anywhere automation dll invocations are automatically packaged into net scripts in pad dll location will need to be manually added to "references to be loaded" typically these dll files are manually downloaded from control room and added to a library folder on host machines running power automate see asenumerable support docid\ e 1hmko5sslwvynczba8 for additional information