Allow developer to install and login to existing Filemaker Pro 16 account - filemaker

I'm a developer who has been contracted to utilize the Filemaker API to automate some tasks on the client's website. They are using Filemaker Pro 16 and have it installed on their own machine. Is there a way for me to also install the software and use their login for development? It would be much easier than doing everything through the API.

I assume you mean the FileMaker API for PHP.
Yes, just install FileMaker Pro or preferably FileMaker Pro Advanced and get a full access or at least layout creation/edit access login to the database from your client. You need a license for FileMaker Pro or you can get a free trial to get started.
The API for PHP talks to FileMaker Server only, not FileMaker Pro. However, the layout you need for the fields for your PHP script is made using FileMaker Pro, so you’ll need it for that at least.

Related

Google workspace GCPW/OMA URI implementation

We are trying the google workspace(GCPW) for sharing the msi package from google admin to multiple user.
Problems we are facing :-
In windows 10 home we have successfully created the custom policy of OMA URI to share the app, But msi package is not installing on users system as per expectation. Later i received an email from google that it will only support in windows 10 pro.
So I tried it on 2 windows 10 pro system and installed the GCPW installer on both the systems and it was successfully installed, But unfortunately GCPW login is not working please find the below errors i a having in both systems.
a. 1st System issue - This email isn't allowed to sign in. Try again with the account you use for work or school. If you still can't sign in, Contact administrator
2nd system issue - We cannot find the option to login using GCPW (Like Add work account with google logo).
Hope the issues is understanding correctly with you all guys, If need to understand it further please do let me know.
Thanks
Pradeep Bhatt

Making remote layout changes in Filemaker

I am using Filemaker 17 pro advanced to make layout changes to a filemaker 16 pro advanced server. When opening a filemaker database remotely through show hosts, then making layout changes on the opened database: Will modifications to the layout be updated on the server without re-uploading to FileMaker server?
Yes, assuming your account gives you such access. That said, it is not recommended to do live updates on production systems.

Oracle IAM/WNA protocol fallback to form-based logon page fails when Microsoft Online Services Sign-In Assistant is installed

First post here. Facing a problem where on Windows 10 an Oracle Identity Access Management (IAM) Windows Native Authentication (WNA) protocol fallback to a form-based logon page always fails whenever the Microsoft Online Services Sign-In Assistant (SIA) is installed. Whenever we remove the SIA, the WNA fallback to a form-based logon page always succeeds. This error is reproducible 100% of the time. We have not tested on Windows 8 or Windows 7. I've researched it, and there is not much out there to read about the SIA; it does not look to be configurable on the client end. Really want to avoid changing up code on the IAM WNA side.
Anyone out there seen this before? This is a large enterprise network, using all Windows 10 computers, which has both Oracle IAM running for some applications as well as Microsoft Windows 2008 R2 Active Directory, to which all the Windows 10 computers are joined. We are also standardized with Office 2016 with all back-end servers supporting Office apps such as Outlook, Lync, etc. in the cloud (Office 365).
Please let me know if I need to show the Oracle IAM/WNA SSO fallback code.
The Microsoft Online Services Sign-In Assistant is not configurable. But, if all your computers are running Office 2016 you do not need it anyway and it can be safely uninstalled, which as you said will make the fallback to form-based logon page work. If you were running Office 2013 you would need it however. Office 2016 apps such as Outlook and Lync can go direct with ADFS whereas previous versions could not do this. I don't have a URL reference for you, this is based on my experience.

Windev Software on saas

Hello I don't know very much about the saas system, could you please tell me if a HR software made in windev could easily be deployed as a saas ? The problem is that it would cost a lot to deploy it, because each time a client is connected at the same time, it costs 150 euros (under windows licence). Could you please tell me more about the remote app ? And another problem is that when a client would like to print something, it opens a widows window which permits access to the network, and it is not secured. Is the only possibility to make all the windev software as a web software ? Thanks !
If you don't want to buy Windows licences for each computer, you can :
Generate a java application and run it on Linux, with some limitations
Transform you application in a web app and run it on a web server, with some limitation and some more code
Install your application on a Windows remote server and connect to it with Remote Desktop (a Windows application), but you need licences for connecting you to the server
For me, the printing problem is not a security breach.

Salesforce : How to activate Apex Classes feature in Professional Edition

I am working on a salesforce project and need to add a package. The issue is that under developer console I am not able to create Apex Classses , which leads to the following error when I add the package to salesforce.
This is the error I get when I try to install the package
After reading many forums, I came to a conclusion that i need to activate Apex Author permission under permission sets.
But the permission is not present there.
I created a developer account for salesforce in which the Apex Classes where already active and was able to import the package and make changes.
The Salesforce account is Professional Edition and is not under trial.
Any help regarding this will be appretiated.
Thanks
Currently, Professional Edition (PE) does not have the ability to create, modify, or deploy Apex classes directly in an org of that edition. This includes using Apex in an unmanaged package. The Author Apex permission is only found in Enterprise, Unlimited, Performance, and Developer editions.
If you are an AppExchange Partner, you can write apps that use Apex, and send them through security review to be installed in PE orgs (as well as Group Edition).
From the Apex Code Developer guide relating to Apex and PE, you can read about the basic statement about Apex and supported editions. In the ISV Developer Guide (for App Exchange Apps and partners), you can read the specifics of what is required to get your app to run with Apex in a PE/GE org.
If you are exploring Salesforce for the purposes of writing ISV apps for Salesforce, I would also recommend taking this short self-paced learning module on ISV basics and Salesforce on the Trailhead learning platform.
Finally, there is a dedicated Salesforce stack exchange you might also look into for further question.