Acumatica - navigate link to Emails from GIs - acumatica

We have created a GI which displays data from CR Activity Tables, for the Subject field we want to add navigate link to Email Activity screen.
So when we try to select navigation parameters, we could not able to load value in drop down control, please refer the attached screenshot.
Also the default navigation is not working for the subject field.

Related

How to active line item column in NetSuite Journal entry record

I can get the line Item Column From Official Field Browser,
but it had not shown in our NetSuite application, Any idea how to active it?
Go to Journal Entry Record, and in the EDIT MODE hover over Customize at top right and select Customize Form.
Then you can navigate to Screen Fields subtab. In here you can further navigate to Lines section.
Here you can change select from different available options.
Let me know in case of any issues in comments below.

Need to create a column in sharepoint that has attachments

I have created the below list in sharepoint with attachments enabled. When i add a new item I see the attachment option but I dont see a column for it.
enter image description here
And I want to sent an email to the approver to approve along with the file attachment that was added while creating the item. I added the link item and the item link decription dynamically as in the pic below. But it sends the whole list item instead of the document alone. So when the link is clicked the complete list items are displayed along with the attachment. I then have to click the attachment and then it will take me to the file. But I want the link to take me directly to the file.
enter image description here
I checked youtube videos and they have the beginning column as a document file column with a document icon with upload option on the top. But I dont find any upload option in my sharepoint. The below image was taken fro a youtube video which has upload option
enter image description here
I have made certain column inputs mandatory while adding a new item. Will that make a difference?
Please following steps:
Add Attachments on the list
1.You can click on + Add column and select Show/hide columns
2.On the Edit view columns panel, find and check the Attachments checkbox
3.Click on Apply
Send email with attachments
1.Create Microsoft Flow
2.Save and Test it

How to filter a powerapps gallery based on previous screen

I'm trying to create an powerapps app for audits. These audits have multiple questions and I want to create a screen where the user can awnser multiple questions in 1 screen. But all questions have to be linked to the audit. So if a question is already filled in it will display the awnser and is able to edit this if needed.
Every question needs to get a grade (1-10) and a description of the awnser.
I already have a detail screen for the audit itself with the base information. idealy i want a button that can go to the questions and fill them in. I'm using multiple sharepoint databases to store the information. So i would like to store the awnsers here as wel. For the awnsers i made a seperate database linked to the audit and the question.
I also have a database for the information of the audit and one for all the questions.
So my question is how do filter a gallery based on the audittitle? and also how do i save this information easily in the sharepoint envoirment
Screenshots could have clarified the problem in a better way, but as much as I could understand from the problem subject, here is a solution to "how-to-filter-a-powerapps-gallery-based-on-previous-screen" :
When you have lots of fields in previous screen which is required for filtering.
You can store the values on previous screen either in a sharepoint list (by submitting the forms from previous screen ) and then fetching them to filter content ( by having a gallery inside a gallery)
OR
When you have less number of fields.
You can simply store the values in variables by using Set(a,box1.text) ((where a is the variable name and box1 is the input box) function on navigation to new page ( by putting this in Onselect menu) and then using it in the filter command.
Here is the steps to filter a gallery from the value coming from previous page.
put a button on the screen from where you want the value
on select property of the button put this code
Navigate(screenName,screenTransition,{variableName:valueToFilter})
Now on the Items property of Gallery put below code
Filter(datasource,columnToFilter = variableName)
Note that this variableName should be the same as above.
This will filter out your data in gallery.
For your 2nd question:
Create a list in Sharepoint which will have all the questions/fields.
Connect this list to your PowerApps app
insert a form on a screen.
add your Sharepoint list as a data source to the form
insert the button on the same page as form
onSelect property of button put this code
SubmitForm(formName)

Share text-field between different templates

I have two different templates, each template has one document.
In each document I have dragged and dropped text field and gave it same data label of "Email".
When I type a value in one field I want it to be duplicated to another textfield which is in another template. I'm not sending the data via API, just using docusign portal.
To see same value coming on multiple documents in the same envelope with same Data Label, then please check if below settings are enabled in your Account.
Go To Admin
Select Sending Settings from left hand side navigation
In Section Automatically replicate information in fields with the
same Data Label, select radio button on all documents in an envelope

crm dynamics 2011 add a new value to dropdown list and set default value

I cannot find how to add a country to drop down menu when creating account, lead or contact. At the moment I see only 2 countries. I need to add one more and make it as default one. So when I create lead, contact or account I don't need to choose every time. I have all the rights but no knowledge.
Click on the Customize tab on the top of form ribbon and then select the Form option.
Form will open in edit mode, double click on country field and on new window select the Details tab.
Click on Edit button, a new window will open
Add new option by clicking on the green colour plus button (pointed out in screenshot below).
Select the default country from default value drop down (pointed out in screenshot below).
Save and close the Field window
Save and Publish the form.
You are ready to go.

Resources