shaikyesvee


{ City } kuala lumpur
< Country > india
* Profession * solution architect
User No # 125502
Total Questions Posted # 0
Total Answers Posted # 8

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 1
Users Marked my Answers as Wrong # 1
Questions / { shaikyesvee }
Questions Answers Category Views Company eMail




Answers / { shaikyesvee }

Question { Microsoft, 661 }

Maximum Number Of Processes, Stages, And Steps In Business Process Flow's?


Answer

There can be no more than 10 activated business process flow processes per entity.

Each process can contain no more than 30 stages.

Multi-entity processes can contain no more than five entities.

Is This Answer Correct ?    1 Yes 0 No

Question { Microsoft, 680 }

What Is The Max Chars Limit For "multiline Textbox"?


Answer

This field can contain up to 1,048,576 text characters.

Is This Answer Correct ?    0 Yes 0 No


Question { Microsoft, 595 }

Can We Export Default Solution As "managed Solution"?


Answer

No

Is This Answer Correct ?    0 Yes 0 No

Question { Microsoft, 549 }

What Is Flow Field & Sum Index Field?


Answer

SumIndex fields are associated with the keys of the table. You can relate multiple SumIndex fields with a particular key. Each key can have at most 20 SumIndexFields.
SumIndexFields enable fast calculation of numeric columns in tables, even in tables with thousands of records. This is because SumIndexFields are maintained when the database record is updated.

SumIndex is a Indexing feature, to enable fast calculations, and the fields are not ment to be accessed, unlike the FlowFields.

FlowFields are virtual fields in the Table. It is not a permanent part of the table data. It is used to calculate values from another or same table based on CalcFormula specified for the field. The information in the FlowFields exists only at run time.
To update a FlowField you can you CALCFIELDS function as: record.CALCFIELDS("FieldName")

Is This Answer Correct ?    0 Yes 0 No

Question { 733 }

How to Debug the java script that we write for some validation on entity pages?


Answer

You cannot directly edit the components within a managed solution.

Is This Answer Correct ?    0 Yes 1 No

Question { Microsoft, 661 }

Can we update the components in Managed solution?


Answer

No

Is This Answer Correct ?    0 Yes 0 No

Question { Microsoft, 661 }

Can we update the components in Managed solution?


Answer

Cannot update directly

Is This Answer Correct ?    0 Yes 0 No

Question { Microsoft, 592 }

What are all the steps to create a solution?


Answer

Navigate to Settings > Solutions.

Choose New and complete the required fields for the solution

Field Description
Display Name The name shown in the list of solutions. You can change this later.
Name The unique name of the solution. This is generated using the value you enter in the Display Name field. You can edit this before you save the solution, but after you save the solution, you can’t change it.
Publisher You can select the default publisher or create a new publisher. Unless you plan to distribute your solution, you should just use the default publisher for your organization.
Version Enter a number for the version of your solution. This is only important if you export your solution. The version number will be included in the file name when you export the solution.
Choose Save.

After you save the solution, you may wish to add information to fields that aren’t required. These steps are optional. Use the Description field to describe the solution and choose an HTML web resource as a Configuration Page for the solution. The configuration page is typically used by ISVs who distribute solutions. When this is set, a new Configuration node appears below the Information node to display this web resource. Developers will use this page to include instructions or controls to allow you to set configuration data or launch their solution.

Is This Answer Correct ?    0 Yes 0 No