Replacing a function signature with a different signature
To replace the current signature of a function with a new function that has a different signature (for example, replace
foo(String)
with
foo(String, String)
so that
foo(String)
is no longer valid):
- Click Save As on the original rule.
- Update the signature on the Save as form.
- Click Create and Open.
- Return to the original function instance.
- Delete or withdraw the original function instance.
Note: When deleting a utility function, there may be other rules also utilizing the function.
Accordingly, be sure to re-test your application after deleting a function. You can also use
the Application Validation tool to revalidate your application.