In Classic UI, the approvals and the tasks were all shown in the action dashboard, where it says "Next Steps".
Now in FreedomUI, only tasks are being shown there, no approvals. Is that the expected behavior? is there any way to show approvals there as in classic UI?
Does anyone know how to enable approvals in the latest version ? knowing that there's no View>Open section wizard in the section created with the newwest version
Could you please elaborate on the issue and explain what functionality exactly you are not able to find? How did you create the section exactly and how did the "Enable approvals" look in the older sections?
In version 8, i've created a new section in the Application Hub > New Application > New page.
In the older version we used to create a new section in the Section Wizard. Also in the older version, in the section itself, we usually click on View > Open section wizard where we can find multiple section properties including the Enable Approvals checkbox.
Tha't what i'm trying to find in the newest version, as there's now View > Open section wizard in the page.
I have checked this matter with our R&D team and unfortunately "Enable approvals" checkbox is not available in the Freedom UI yet. It is planned to add it in future releases, but it is hard to tell when exactly it will happen.
So what's the current workaround for that ? Supposed we're working on a new section developed using the version 8 and we wanted to enable the approval on it
I enabled Approvals in the case section and added Approval in the business process. The problem is that counter is not increased in the notification panel but approval itself is shown in the "Approval notification".
We are also facing the same issue. Ours is not a custom code, all we do is create an approval task via business process. While the approval task is seen in notification center, the counter does not get increased.
Please advise
Test process creates an approval task for current user
After process is triggered, task appears for current user, but no badge or counter is seen as highlighted in yellow.
I want to implement Prepare proposal, calculate appropriate pricing and attach corresponding documents linked to the opportunity. Easily approve proposals internally by simply following the steps of the document approval process.
Please can u tell about approval process and section cases actions and using through Business Process.
Scenario : For the approval action in the record page under case flow, it appears/ disappears on mouse hover the "approve", "reject" and "change approver" button
Question: Is there a option to have them fixed in the screen instead of mouse hover, so that the user can know that there is option to approve if they dont understand that they need to mouse hover on the screen to get the option
The schema name that is to be modified is called ActionsDashboardItemContainer. Unfortunately, I was not able to find any examples of code that can change that functionality,
You did everything correct, but the trick here is that trace data cannot be received from "Terminate event". Please view trace data of approval element and check parameter values before this element execution and after this element execution so to get needed data.
Any idea how i can display the approval on each record on Section Page, in this way there is no need to open each record, approved it and go back again to section wizard.
As far as I understood you - you need to create a test approval record in each section on each record. First of all you need to activate approvals for this section in section wizard. After it is done - there will be a table created in the database called "Object_name"Visa. For example it will be OrderVisa for orders, InvoiceVisa for invoices and so on. After that you will be able to create test approval records for each section using Insert query. Please take a look at the table and see which columns you need to specify (status of visa can be got from VisaStatus table).
Currently we already have approval on our Section, but this is only available in edit page when you open a specific record. Is there a way to show it on each record in section page,
Approvals tab and detail sholuld be present on each record of the section and in "Actions" you have "Send for approval action" and clicking on this action you will be able to add a record in this detail. If you don't see this detail for some records then it seems that you have a business rule or some code that prevents this detail from appearing on the page. Please review all rules and the code of the page.