FormStateRule: The button will be hide only when the form is in create mode. In all cases it will be displayed. How to do it: Step1: Create a button and place it on the Form as shown on the below figure:1. Step2: Provide Name, Description, Alternate Text etc. to the button. Step3: Right click on “Display Rule” and Click on “Add New” option. Step4: Once the rule name is created (ex: Rule id => demo.lead.DisplayRule0.DisplayRule ), right click on it then select Add Rule option. Step5: Select “Form State Rule” from the options provided by the pop up winnow. Step6: Right click on “FormStateRule” provide Default : False, InvertRule:True, State:Create. Step7: Go to command where you previously created and add this Display rule it as shown in the Figure: 2 Figure : 1 ...
In Microsoft doc's we can find code to get blob files inside a container using c#. What if Container has some Sub Directories with blob data/files. How we can replicate the folder structure in our local machine. There might a change Container contains empty folder or a file. Below code snippet will help to create the same Azure Container structure. here i have used ASPX pages as per my requirement. we can use other applications as well. To get Azure connection string use below URL: https://docs.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string public string storageAccountName = "azure storage account name"; public string accessKey = "your azure accesskey"; public string containerName = "myfirstblobcontainer"; public string connectiongString = "Azure connection string"; publ...
What is PrinciplalObjectAccess table why is it used? The POA table is used to provide access to specific records for CRM users, and each record in the POA table represents one CRM object that is related to one CRM user. Records created in the POA table come from one of four ways: · Share reassigned records with original owner: CRM System Settings o If this is set to Yes, then records would be added to the POA table whenever an assign takes place. These records will have a value in the AccessRightsMask colum of the POA table. · Direct sharing: Actions – Sharing o When users explicitly share a record to another user, a record would be created in the POA table. These records will have a value in the AccessRightsMask colum of the POA table. · ...
Comments
Post a Comment