2024 Oct 24 1:04 PM - edited 2024 Oct 25 7:55 AM
Hey! 🙂
Goal:
After clicking on the “myAction” action, a confirmation popup should appear.
This documentation already contains the solution. But if you read the tip at the top, you will see that this is not possible for actions with parameters.
Action Definition:
action myAction result [1] $self;
Annotation in XML file (metadata.xml):
I have added the second line. The other lines were generated automatically.
<Action Name="myAction" EntitySetPath="abc" IsBound="true">
<Annotation Term="com.sap.vocabularies.Common.v1.IsActionCritical" Bool="true"/>
<Parameter Name="abc" Type="typeName" Nullable="false"/>
<ReturnType Type="typeName" Nullable="false"/>
</Action>
That didn't work. Now I'm looking for a solution.
Regards,
Request clarification before answering.
User | Count |
---|---|
80 | |
30 | |
10 | |
8 | |
8 | |
7 | |
6 | |
6 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.