V13 Administrator modul covert to web based application
V13 Administrator modul covert to web based application
Hi All,
Can someone help me to convert administrator framework as part of V13 into web based application.
So that users can restrict access to specific application or Business object or tabs based upon there needs.
Kindly share your views regarding the same.
Thanks,
Priya
Can someone help me to convert administrator framework as part of V13 into web based application.
So that users can restrict access to specific application or Business object or tabs based upon there needs.
Kindly share your views regarding the same.
Thanks,
Priya
Re: V13 Administrator modul covert to web based application
Hi All,
Can someone suggest us how we achieve this request.
Thanks
Priya
Can someone suggest us how we achieve this request.
Thanks
Priya
Re: V13 Administrator modul covert to web based application
I think this may be what you are looking for but I am not certain ………….
First get a copy of the V13 VLF documentation from https://www.lansa.com/support/docs/#web
That should download LANSA048.CHM.
Have a look at this section, which I think is what you are looking for (how to include the shipped components that allow VLF object authority to be modified) as part of your VLF-WEB application:
You don’t have to do any programming here – just snap in the shipped components.
First get a copy of the V13 VLF documentation from https://www.lansa.com/support/docs/#web
That should download LANSA048.CHM.
Have a look at this section, which I think is what you are looking for (how to include the shipped components that allow VLF object authority to be modified) as part of your VLF-WEB application:
You don’t have to do any programming here – just snap in the shipped components.
Re: V13 Administrator modul covert to web based application
Hi Mark,
We tried using the merge option as you had suggested and found that the screens are showing loading but doesn't display the screen.
Also we could find that the filter component attached to the filter shows the webpage cannot be found.
Kindly help us if we are wrong.
Thanks for your help in-advance.
Thanks
Priya
We tried using the merge option as you had suggested and found that the screens are showing loading but doesn't display the screen.
Also we could find that the filter component attached to the filter shows the webpage cannot be found.
Kindly help us if we are wrong.
Thanks for your help in-advance.
Thanks
Priya
- Attachments
-
- Authorities.PNG (100.36 KiB) Viewed 149 times
Re: V13 Administrator modul covert to web based application
Check that the user filter has been enrolled properly - like this:
Then check that function UFUMF1 (in process UF_USRM) exist and are compiled on the server being used.
Then check that function UFUMF1 (in process UF_USRM) exist and are compiled on the server being used.
Re: V13 Administrator modul covert to web based application
If you need to recompile the function check it has source code.
Re: V13 Administrator modul covert to web based application
Hi Mark,
In our framework we don't have Webevent/Hidden Function as attached screenshot.
When we try to add it in WAM Identifier filter crahes.
Version of LANSA which we use is V13 SP2.
Kindly help us to proceed with this issue.
Thanks,
Priya
In our framework we don't have Webevent/Hidden Function as attached screenshot.
When we try to add it in WAM Identifier filter crahes.
Version of LANSA which we use is V13 SP2.
Kindly help us to proceed with this issue.
Thanks,
Priya
- Attachments
-
- LANSA_About.PNG (155.66 KiB) Viewed 119 times
-
- Framework_Administrator.PNG (75.28 KiB) Viewed 119 times
Re: V13 Administrator modul covert to web based application
The filter name does not have an underscore.
You put UF_UMF1 but it's UFUMF1. Use the search.
Function UFUMF1 is shipped in v13. The process name is UF_USRM.
Regards,
Pablo
You put UF_UMF1 but it's UFUMF1. Use the search.
Function UFUMF1 is shipped in v13. The process name is UF_USRM.
Regards,
Pablo
Re: V13 Administrator modul covert to web based application
Hi Pablo,
The component name which u had specified is a function(UFUMF1) but we don'y have option of specifying function name. Even in search we are able to find the component UF_UMF1
Thanks,
Priya
The component name which u had specified is a function(UFUMF1) but we don'y have option of specifying function name. Even in search we are able to find the component UF_UMF1
Thanks,
Priya
- Attachments
-
- Filter_Component_Name.PNG (65.66 KiB) Viewed 99 times
Re: V13 Administrator modul covert to web based application
Hi Priya,
OK, but you are specifying a VLF-WIN property and you want to run in a browser so that's never going to work.
You need to specify it like this:
If your panel does not look like the one above, in the Framework Properties, open the Framework Details tab and make sure you have these checked:
Save and restart.
In case there is a follow up, this type of issue is better handled via LANSA Technical Support.
Regards,
Pablo
OK, but you are specifying a VLF-WIN property and you want to run in a browser so that's never going to work.
You need to specify it like this:
If your panel does not look like the one above, in the Framework Properties, open the Framework Details tab and make sure you have these checked:
Save and restart.
In case there is a follow up, this type of issue is better handled via LANSA Technical Support.
Regards,
Pablo
Re: V13 Administrator modul covert to web based application
Hi Pablo,
We tried with these and yet filter of User and Authorities is crashing.
Thanks
Priya
We tried with these and yet filter of User and Authorities is crashing.
Thanks
Priya
- Attachments
-
- Filter_crash_1.PNG (97.91 KiB) Viewed 9 times
-
- Filter_Component.PNG (79.46 KiB) Viewed 9 times