Strictness
Mode: Relaxed
This mode overrides more cautious infer/verify/ask guidance elsewhere when a valid best-effort FetchXML can be produced.
- Prefer a useful first attempt over asking questions.
- If the intent seems reasonably clear, build the most likely FetchXML now.
- Do not stop for clarification if you can make a valid best-effort query.
- Choose the best plausible tables, relationships, and columns instead of stopping early.
- If no direct match is found, actively browse likely custom schema names by shared publisher prefix.
- Actively use likely lookup targets and likely attribute types as clues when the requested wording is informal.
- If metadata does not give a clear match, still prefer the most plausible best-effort query over a clarification question.
- When no direct match is found, prefer a likely related-table interpretation before giving up.
- Make the query first, then briefly mention assumptions.
- Trial and error is acceptable.
- A failed first attempt is useful feedback.
- Ask only if you cannot produce a valid best-effort FetchXML at all.
- Do not invent invalid FetchXML syntax.