Hello,
1)
I want to use one form for creating/editing. With rules, I want to control the visibility of fields.
e.g: IF BObject IS NEW READ PROTECT BObject.Name FROM ALL
In this case, attribute Name shouldn't be visible when creating objects, but should be visible when editing existing objects.
Unfortunaltely, this rule doesn't work. Attribute Name is always visible. What did I make wrong?
2) Can I get AwareIM to handle dropdown boxes, that retrieve the list elements from a business object, in following way:
There is e.g. the DropDown Country, that gets the values
"USA"; "Australia" from a BObject. Now the user isn't satisfied with these entries and wants to add a new one. If the user has to click manually (e.g. via menu items) into another transaction for adding a new list element, the whole workflow is stopped and the user won't be satisfied with the software handling.
is there a possibility to place a hyperlink or something like that next to the drop down, so that a new entry can be added?
This would be a very important feature for us.
Kind regards,
Christian